Skip to content

Commit 1dc5bb2

Browse files
committed
🔧 Fix pnpm version conflict in CI workflow
- Update setup-and-build action to use [email protected] (matching packageManager) - Resolves ERR_PNPM_BAD_PM_VERSION error in CI pipeline - Ensures consistent pnpm version across local and CI environments
1 parent 86a016a commit 1dc5bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-and-build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
pnpm-version:
55
required: false
66
type: string
7-
default: 'latest'
7+
default: '9.4.0'
88
node-version:
99
required: false
1010
type: string

0 commit comments

Comments
 (0)