Skip to content

Fix CI Bun version - #2

Merged
michaelgbcole merged 1 commit into
mainfrom
agent/fix-ci
Aug 1, 2026
Merged

Fix CI Bun version#2
michaelgbcole merged 1 commit into
mainfrom
agent/fix-ci

Conversation

@michaelgbcole

Copy link
Copy Markdown
Contributor

What changed

  • Pin Bun to released version 1.3.14 instead of nonexistent 1.4.0.
  • Convert the text lockfile header to the format understood by Bun 1.3.14 while preserving every locked dependency.

Root cause

oven-sh/setup-bun read bun@1.4.0 from package.json and failed with a 404 before any workflow step could run. Released Bun 1.3.x also rejected the lockfile's version-2 header.

Validation

Ran the full GitHub Actions sequence locally with Bun 1.3.14:

  • frozen install
  • typecheck
  • lint
  • formatting check
  • control-byte check
  • build, publint, and Are the Types Wrong
  • Vitest gates
  • standalone spec gate (64/64)

@michaelgbcole
michaelgbcole marked this pull request as ready for review August 1, 2026 16:37
@michaelgbcole
michaelgbcole merged commit 3331bc7 into main Aug 1, 2026
2 checks passed
@michaelgbcole
michaelgbcole deleted the agent/fix-ci branch August 1, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant