Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Oct 6, 2023
1 parent a283dc3 commit 065db58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/invalidate_master_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ runs:
with:
path: |-
node_modules
key: ${{ build-master-cache-${{ hashFiles('./package-lock.json') }}
key: ${{ build-master-cache-${{ hashFiles('package-lock.json') }}
2 changes: 1 addition & 1 deletion .github/actions/npm_install_from_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
id: cache-nodemodules
uses: actions/cache/restore@v3
with:
key: ${{ build-master-cache-${{ hashFiles('./package-lock.json') }}
key: ${{ build-master-cache-${{ hashFiles('package-lock.json') }}
path: node_modules
- name: Install npm dependencies
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 065db58

Please sign in to comment.