Skip to content

Commit 63a78ed

Browse files
JosephSamirLclaude
andcommitted
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

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"packageManager": "yarn@4.5.3",
23
"scripts": {
34
"api:lint": "cd packages/api && yarn lint",
45
"bucketing:lint": "cd packages/bucketing && yarn lint",

0 commit comments

Comments
 (0)