Skip to content

Commit 96136f2

Browse files
committed
fix: resolve pnpm version conflict in CI workflow
- Update CI workflow to use exact pnpm version 10.23.0 - Match package.json packageManager field to avoid version mismatch - Fixes ERR_PNPM_BAD_PM_VERSION error in GitHub Actions
1 parent 5f5bf79 commit 96136f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
NODE_VERSION: '22'
11-
PNPM_VERSION: 10
11+
PNPM_VERSION: '10.23.0'
1212

1313
jobs:
1414
lint:

0 commit comments

Comments
 (0)