Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 4599f0e

Browse files
authored
Update deploy.yml
1 parent e4361d0 commit 4599f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v2
2828
with:
2929
path: ~/.npm
30-
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
30+
key: ${{ runner.OS }}-noder-${{ hashFiles('**/package-lock.json') }}
3131
restore-keys: |
3232
${{ runner.OS }}-node-
3333
${{ runner.OS }}-

0 commit comments

Comments
 (0)