You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: keep pnpm/action-setup on v4 due to upstream regression
pnpm/action-setup v6 ships a pnpm 11 bootstrap that does not honor the
requested 'version' input, leaving pnpm 11 on PATH after the action
finishes. With this repo's engines.pnpm: 10.33.0 constraint, that
breaks every 'pnpm install' step with ERR_PNPM_UNSUPPORTED_ENGINE.
Tracking upstream:
- pnpm/action-setup#225
- pnpm/action-setup#231
Revert all workflows to v4 and tell Dependabot to ignore v5+ until
upstream stabilizes.
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
0 commit comments