Skip to content

Commit

Permalink
Merge pull request #199 from cachho/fix/Cache2
Browse files Browse the repository at this point in the history
fix: cache
  • Loading branch information
cachho authored Dec 4, 2024
2 parents 6cfe2dc + fb0ba04 commit f070c21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-

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

0 comments on commit f070c21

Please sign in to comment.