Skip to content

Commit 99378a9

Browse files
committed
fix
1 parent f4dd0e5 commit 99378a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
# npm cache files are stored in `~/.npm` on Linux/macOS
2020
path: ~/.npm
21-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package.json')-${{ hashFiles('npm-shrinkwrap.json') }}
21+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package.json') }}-${{ hashFiles('npm-shrinkwrap.json') }}
2222
restore-keys: |
2323
${{ runner.os }}-build-${{ env.cache-name }}-
2424
${{ runner.os }}-build-

0 commit comments

Comments
 (0)