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
Currently the only way to ensure during CI you get the latest version from a major revision using wildcard version like 1.x (or 1.1.x
for major + minor version pinning) is to disable caching, which is not friendly to the bun download infra, etc.
check-latest would allow to:
use bun runtime cache
download bun runtime, prune and refresh bun runtime cache only if a new version in a major revision (or ...) is available
Setting version to latest is not offering a similar granularity over the version control at CI on GitHub.