d9a8835696
pnpm v11 (installed in CI via `npm install -g pnpm`) no longer reads the `pnpm.overrides` field from package.json, which caused ERR_PNPM_LOCKFILE_CONFIG_MISMATCH during the frozen install. Move the override to pnpm-workspace.yaml, the new home for the setting, so CI's pnpm reads it and matches the lockfile. https://claude.ai/code/session_01NPQ9AiNNnapeoTQFAR1ShY
3 lines
26 B
YAML
3 lines
26 B
YAML
overrides:
|
|
tar: ^7.5.11
|