Skip to content

Commit 71deaf5

Browse files
authored
Update github action (reactiflux#330)
1 parent b72f077 commit 71deaf5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/node.js.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@ jobs:
88

99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
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)