mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-18 11:42:19 -04:00
`pnpm self-update` defaults to the `latest` dist-tag, but `latest` on the registry can lag the installed version when a new major has shipped without being tagged. Refuse to downgrade in that case. Users can still run `pnpm self-update latest` (explicit) to force the downgrade. Closes #11418