We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72f077 commit ae44995Copy full SHA for ae44995
.github/workflows/node.js.yml
@@ -10,17 +10,10 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v3
12
- name: Setup node
13
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
14
with:
15
node-version-file: .nvmrc
16
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') }}-
24
- name: Install
25
run: yarn
26
- name: Test
0 commit comments