Skip to content

Commit b584c3b

Browse files
committed
fix: workfows specific bun version
1 parent d6b8cff commit b584c3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Bun
2424
uses: oven-sh/setup-bun@v2
2525
with:
26-
bun-version: latest
26+
bun-version: "1.3.8"
2727

2828
- name: Install dependencies
2929
run: bun install

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: oven-sh/setup-bun@v2
2323
with:
24-
bun-version: latest
24+
bun-version: "1.3.8"
2525

2626
- name: Install dependencies
2727
run: bun install

.github/workflows/web-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v2
3131
with:
32-
bun-version: latest
32+
bun-version: "1.3.8"
3333

3434
- name: Install dependencies
3535
run: bun install

0 commit comments

Comments
 (0)