diff --git a/.github/workflows/actions/install-node-modules/action.yml b/.github/workflows/actions/install-node-modules/action.yml index fd15e8fd..11fe347f 100644 --- a/.github/workflows/actions/install-node-modules/action.yml +++ b/.github/workflows/actions/install-node-modules/action.yml @@ -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'