Skip to content

Commit

Permalink
ci: updated hash key to be restored
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 22, 2023
1 parent 41c9e9b commit 1ebee28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
path: ./node_modules
key: ${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node
restore-keys: ${{ hashFiles('**/package-lock.json') }}

# - name: install wine
# run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
id: cache_restore
with:
path: ./node_modules
key: ${{ runner.os }}-node
key: ${{ hashFiles('**/package-lock.json') }}

- name: coverage
env:
Expand Down

0 comments on commit 1ebee28

Please sign in to comment.