Commit 9c5f9f7
fix: remove packageManager field and use pnpm 10 in workflows
- Remove packageManager field from root package.json to avoid version conflicts
- Explicitly set pnpm version 10 in GitHub Actions workflows
- This resolves the ERR_PNPM_BAD_PM_VERSION error in CI
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent c2b40e5 commit 9c5f9f7
File tree
3 files changed
+3
-2
lines changed- .github/workflows
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
| 220 | + | |
222 | 221 | | |
0 commit comments