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 f4dd0e5 commit 99378a9Copy full SHA for 99378a9
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
# npm cache files are stored in `~/.npm` on Linux/macOS
20
path: ~/.npm
21
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package.json')-${{ hashFiles('npm-shrinkwrap.json') }}
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package.json') }}-${{ hashFiles('npm-shrinkwrap.json') }}
22
restore-keys: |
23
${{ runner.os }}-build-${{ env.cache-name }}-
24
${{ runner.os }}-build-
0 commit comments