Skip to content

Commit ae44995

Browse files
committed
Update github action
1 parent b72f077 commit ae44995

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/node.js.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212
- name: Setup node
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version-file: .nvmrc
1616
cache: yarn
17-
- name: Restore cache
18-
uses: actions/cache@v3
19-
with:
20-
path: .next/cache
21-
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
22-
restore-keys: |
23-
${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}-
2417
- name: Install
2518
run: yarn
2619
- name: Test

0 commit comments

Comments
 (0)