Skip to content

Commit 948e83e

Browse files
committed
ci: include .nvmrc in cache hash
1 parent 8c1907f commit 948e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/cache@v3
2121
with:
2222
path: node_modules
23-
key: cache-node-modules-${{ hashFiles('package-lock.json') }}
23+
key: cache-node-modules-${{ hashFiles('package-lock.json', '.nvmrc') }}
2424
- uses: actions/setup-node@v3
2525
if: steps.cache.outputs.cache-hit != 'true'
2626
with:

0 commit comments

Comments
 (0)