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 671cfe6 commit 26b2c12Copy full SHA for 26b2c12
github-actions/npm/checkout-and-setup-node/action.yml
@@ -51,7 +51,7 @@ runs:
51
echo "PACKAGE_MANAGER=$PM" >> "$GITHUB_OUTPUT"
52
53
- if: steps.packageManager.outputs.PACKAGE_MANAGER == 'pnpm'
54
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
+ uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
55
with:
56
run_install: false
57
0 commit comments