Commit a356c64
committed
Pin pnpm version in CI
The workflows asked for `version: latest`, so CI silently moved to pnpm 11
while local development stays on 10.18.3. pnpm 11 removed the
`onlyBuiltDependencies` setting in favor of `allowBuilds`, so the approval
list in docs/pnpm-workspace.yaml no longer registered and every install
failed with ERR_PNPM_IGNORED_BUILDS for @tailwindcss/oxide, sharp, and
unrs-resolver.
Pinning to the version used locally keeps CI reproducible and lets it
verify what developers actually run. pnpm 11 also requires Node >= 22.13,
so adopting it would mean upgrading local toolchains first.1 parent b717039 commit a356c64
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments