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.
1 parent c999dd7 commit 4ac5bccCopy full SHA for 4ac5bcc
.github/actions/setup-node-pnpm/action.yml
@@ -11,7 +11,7 @@ runs:
11
using: 'composite'
12
steps:
13
- name: Use Node.js ${{ inputs.node-version }}
14
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
15
with:
16
node-version: ${{ inputs.node-version }}
17
package-manager-cache: false
0 commit comments