We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9895256 + 0b96c2b commit ed74936Copy full SHA for ed74936
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
19
with:
20
node-version-file: package.json
21
0 commit comments