We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1907f commit 948e83eCopy full SHA for 948e83e
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/cache@v3
21
with:
22
path: node_modules
23
- key: cache-node-modules-${{ hashFiles('package-lock.json') }}
+ key: cache-node-modules-${{ hashFiles('package-lock.json', '.nvmrc') }}
24
- uses: actions/setup-node@v3
25
if: steps.cache.outputs.cache-hit != 'true'
26
0 commit comments