Commit 63a78ed
chore: pin yarn to 4.5.3 via packageManager field
`corepack prepare yarn@stable --activate` (used by CI) resolves to
yarn 4.14.x as of 2026-05, which uses lockfile v9. The in-repo
`yarn.lock` is v8 and hardened mode (enabled for public PRs) refuses
to migrate the lockfile (`YN0028: The lockfile would have been
modified by this install, which is explicitly forbidden`).
Pin the packageManager to 4.5.3 (last release using lockfile v8) so
corepack uses a compatible yarn version in CI and locally. Bump this
when the lockfile is regenerated to v9.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9b0ad76 commit 63a78ed
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments