Skip to content

Commit f070c21

Browse files
authored
Merge pull request #199 from cachho/fix/Cache2
fix: cache
2 parents 6cfe2dc + fb0ba04 commit f070c21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
path: node_modules
2323
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
24-
restore-keys: |
25-
${{ runner.os }}-node-
2624

2725
- name: Install dependencies
2826
if: steps.cache-node-modules.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)