Skip to content

Commit

Permalink
fix: cache restore key
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Jul 27, 2024
1 parent 763b618 commit 39d9e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setups/node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
**/node_modules
key: ${{ runner.os }}-node-${{ inputs.node-version }}-pnpm-${{ inputs.pnpm-version }}-lock-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm
${{ runner.os }}-node-${{ inputs.node-version }}-pnpm-${{ inputs.pnpm-version }}-lock-
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 39d9e49

Please sign in to comment.