expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
840 stars 85 forks source link

Version 13.0.0 and 13.0.1 are not tagged as "latest" on NPM #2672

Closed mkapal closed 2 weeks ago

mkapal commented 2 weeks ago

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 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
mkapal commented 2 weeks ago

Update: version 13.1.0 is correctly marked as latest, closing this issue.