Skip to content

Commit

Permalink
fix: use correct key name cache
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 8, 2023
1 parent 12c7a4c commit c5cb421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
node-version: '${{ inputs.node-version }}'
node-version-file: '${{ inputs.node-version-file }}'
cache: '${{ inputs.node-version-file }}'
cache: '${{ inputs.cache }}'

- run: npm i -g npm
shell: bash

0 comments on commit c5cb421

Please sign in to comment.