We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e18096 + 89dc305 commit 76f78c7Copy full SHA for 76f78c7
1 file changed
action.yml
@@ -45,15 +45,15 @@ runs:
45
46
- name: use Node.js ${{ inputs.node }}
47
if: "${{ inputs.node-file == '' }}"
48
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
49
with:
50
node-version: ${{ inputs.node }}
51
cache: 'pnpm'
52
cache-dependency-path: '${{ inputs.cwd }}/pnpm-lock.yaml'
53
54
55
if: "${{ inputs.node-file != '' }}"
56
57
58
node-version-file: '${{ inputs.cwd }}/${{ inputs.node-file }}'
59
0 commit comments