When I install eas-cli globally via NPM, it installs version 12.6.2. I would expect 13.0.1. The reason is that 13.0.0 and 13.0.1 are not tagged as latest on NPM. The latest one is 12.6.2.
Reproducible demo or steps to reproduce from a blank project
> npm install -g eas-cli
> eas -v
★ eas-cli@13.0.1 is now available.
To upgrade, run npm install -g eas-cli.
Proceeding with outdated version.
eas-cli/12.6.2 darwin-arm64 node-v20.15.1
Summary
When I install
eas-cli
globally via NPM, it installs version 12.6.2. I would expect 13.0.1. The reason is that 13.0.0 and 13.0.1 are not tagged aslatest
on NPM. The latest one is 12.6.2.Reproducible demo or steps to reproduce from a blank project