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
fix(env): resolve partial versions to exact versions in vp env pin (#778)
When running `vp env pin 20`, the command was writing "20" to
.node-version and passing it to download, which constructed an invalid
URL like `nodejs.org/dist/v20/`. Now partial versions are resolved to
their exact semver form (e.g., "20.18.3") before writing and downloading.
0 commit comments