Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check-latest version tunable to allow caching with refresh on specific major revision or major + minor #77

Open
jerome-benoit opened this issue Apr 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jerome-benoit
Copy link

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.

@xhyrom xhyrom added the enhancement New feature or request label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants