Skip to content

Commit bcdbd58

Browse files
Cheticclaude
andcommitted
fix: use shared setup-bun action in offline bundle workflow
The workflow had bun 1.3.5 hardcoded but the build script requires ^1.3.9. Switch to the shared setup-bun action which reads the version from package.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68c1a7a commit bcdbd58

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/offline-bundle.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ jobs:
3232
echo "sha=$sha" >> $GITHUB_OUTPUT
3333
echo "Calculated version: $next (tag: offline-v$next, sha: $sha)"
3434
35-
- uses: oven-sh/setup-bun@v1
36-
with:
37-
bun-version: "1.3.5"
38-
39-
- name: Install dependencies
40-
run: bun install
35+
- uses: ./.github/actions/setup-bun
4136

4237
- name: Download offline dependencies
4338
run: bun run script/download-offline-deps.ts

0 commit comments

Comments
 (0)