2026-07-29 — pnpm 11 install policy (minimumReleaseAge)
Summary
-
Updated
pnpm-workspace.yamlto setminimumReleaseAge: 0. -
This prevents
ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATIONwhen lockfile entries include very recently published package versions. -
Tooling / manual setup / deployment docs were updated to reference the policy and the “install from the workspace root” rule.
Troubleshooting
If you still hit ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION after this change:
-
Confirm your install is running from the repo root (where
pnpm-workspace.yamlandpnpm-lock.yamllive). -
Verify
pnpm-workspace.yamlincludesminimumReleaseAge: 0. -
If a CI build uses a cached lockfile or stale workspace config, rebuild the install from scratch.