Skip to content

Commit aeaacbe

Browse files
rsbhclaude
andcommitted
ci: pin bun to 1.3.9 to keep lockfile reproducible
Bun 1.3.13 rolled out mid-PR and resolves the lockfile slightly differently from 1.3.9, causing --frozen-lockfile to fail even without any dep change. Pin the setup-bun action to 1.3.9 so CI matches the lockfile that was committed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1abbf2b commit aeaacbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Setup Bun
2121
uses: oven-sh/setup-bun@v2
22+
with:
23+
bun-version: 1.3.9
2224

2325
- name: Install dependencies
2426
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)