Skip to content

Commit 1967c22

Browse files
author
horike37
committed
chore: update cache key
1 parent e3d874c commit 1967c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/cache@v2
1616
with:
1717
path: ~/.npm
18-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
18+
key: ${{ runner.os }}-sls-${{ hashFiles('**/package-lock.json') }}
1919
restore-keys: |
20-
${{ runner.os }}-node-
20+
${{ runner.os }}-sls-
2121
- run: npm install
2222
- run: npm run lint
2323
- run: npm run coverage

0 commit comments

Comments
 (0)