We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0d8fb commit 50de0fbCopy full SHA for 50de0fb
1 file changed
.github/common/setup-node-pnpm/action.yml
@@ -15,7 +15,7 @@ runs:
15
run: echo "store_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
16
17
- name: Setup Node.js
18
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
19
with:
20
node-version-file: package.json
21
0 commit comments