Skip to content

Commit

Permalink
chore: remove node modules from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron authored Jul 31, 2024
1 parent e239e9c commit 638f1e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setups/node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runs:
path: |
~/.local/share/pnpm/store/v3
~/.pnpm-store
**/node_modules
key: ${{ runner.os }}-node-${{ inputs.node-version }}-pnpm-${{ inputs.pnpm-version }}-lock-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-node-${{ inputs.node-version }}-pnpm-${{ inputs.pnpm-version }}-lock-
Expand Down

0 comments on commit 638f1e8

Please sign in to comment.