Commit 88e7c19
ci: pin pnpm to 10.17.1 across workflows
pnpm/action-setup with version:latest resolved to pnpm 11, which fails
the install step (exit 1) by no longer honoring ignoredBuiltDependencies
the way the pnpm-10-generated lockfile expects. Pin a single tested
version everywhere to match local development.
- Add packageManager field as the source of truth
- npm-publish.yml: version latest -> 10.17.1
- run-tests.yml: version 8 -> 10.17.1 (also fixes reading the pnpm-10 lockfile)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d707d39 commit 88e7c19
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments