fix(ci): pin bun-version to 1.3.13 (closes #3) #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/3-pin-bun-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
setup-bun@v2resolvesbun-version: latestby callingapi.github.com/repos/oven-sh/bun/releases/latestat every run. Post-2026-05-06 the runner host IPs are rate-limited/blocked by GitHub's API, so the action fails before bun ever installs.Pinning skips the resolve — setup-bun downloads the specific tag from the oven-sh CDN directly.
Why this version
registry.npmjs.org/bun/latestreports1.3.13as of 2026-05-07. npm registry doesn't gate on GitHub.Test plan
Refs molecule-mcp-claude-channel#3, parallel to org-wide CI-green sweep dispatched by orchestrator 2026-05-07.
Closing — superseded by #5 (Phase 2 includes both bun pin + env-mock fix).
Pull request closed