Skip to content

ci: pin Bun to 1.3.14 in CI#107

Merged
taras merged 1 commit into
mainfrom
chore/pin-bun-1.3.14
Jul 19, 2026
Merged

ci: pin Bun to 1.3.14 in CI#107
taras merged 1 commit into
mainfrom
chore/pin-bun-1.3.14

Conversation

@taras

@taras taras commented Jul 19, 2026

Copy link
Copy Markdown
Owner

What

Pin Bun to 1.3.14 (current latest stable) in the test-bun CI job.

Why

oven-sh/setup-bun@v2 was used without a bun-version input, so CI installed whatever Bun happened to be latest at run time. That left the version unpinned and free to drift between runs. Pinning makes CI reproducible.

Change

- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
  with:
    bun-version: 1.3.14

setup-bun@v2 previously installed whatever Bun was latest, leaving the
version unpinned and drifting between runs. Pin it explicitly to the
current latest stable, 1.3.14.
@github-actions

Copy link
Copy Markdown

PR #107: ci: pin Bun to 1.3.14 in CI

1 files, +2 / -0

Scope

✅ PR scope looks good.

Structural

✅ No structural bloat detected.

Slop

✅ Slop indicators look low.

Static Analysis

✅ Oxlint found no issues.

Correctness

✅ Small PR — correctness review skipped.

@taras
taras merged commit 4cbd78a into main Jul 19, 2026
7 checks passed
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