Skip to content

Commit 1bb6cd8

Browse files
committed
add missing restore-keys
1 parent d920c2c commit 1bb6cd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-404s.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
${{ github.workspace }}/.next/cache
3838
${{ github.workspace }}/.eslintcache
3939
key: node-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
40+
restore-keys: |
41+
node-${{ runner.os }}-
4042
4143
- run: yarn install --frozen-lockfile
4244
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)