Skip to content

Commit

Permalink
Glocal cache path for node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Aug 25, 2023
1 parent c78b509 commit 9d3027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/install-node-modules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
with:
node-version: ${{ inputs.node_version }}
cache: 'npm'
cache-dependency-path: ${{ inputs.js_folder }}/package-lock.json
cache-dependency-path: ${{ env.PS_DIR }}/**/package-lock.json

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

0 comments on commit 9d3027e

Please sign in to comment.