Skip to content

Commit 3737710

Browse files
Revert to latest Bun version after local upgrade
- Updated local Bun to v1.2.20 and confirmed build works - Revert GitHub Actions to use latest Bun version - Keep --frozen-lockfile flag for consistent builds 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d999bef commit 3737710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Bun
1515
uses: oven-sh/setup-bun@v1
1616
with:
17-
bun-version: 1.0.18 # Pin to working version
17+
bun-version: latest
1818

1919
- name: Install Dependencies
2020
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)