Skip to content

Commit 31d808b

Browse files
committed
fixup! feat(github-actions): configure
1 parent f7ec22f commit 31d808b

File tree

1 file changed

+1
-1
lines changed
  • github-actions/npm/checkout-and-setup-node

1 file changed

+1
-1
lines changed

github-actions/npm/checkout-and-setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
run: |
4040
PM=$(jq -r '.packageManager | match("^(npm|pnpm|yarn)@").captures[0].string' package.json || echo "")
4141
echo "PACKAGE_MANAGER=$PM" >> "$GITHUB_OUTPUT"
42-
if [ "$PM" == "pnpm" ]; then
42+
if [ "$PM" == "pnpmx" ]; then
4343
echo "CACHE=pnpm" >> "$GITHUB_OUTPUT"
4444
fi
4545

0 commit comments

Comments
 (0)