Skip to content

Commit 0b24aef

Browse files
author
Slyrian
committed
fix(ci): pin Bun version to 1.3.9 to fix ESM spyOn flakiness
1 parent d8a4e8c commit 0b24aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: oven-sh/setup-bun@v2
4242
with:
43-
bun-version: latest
43+
bun-version: "1.3.9"
4444

4545
- name: Install dependencies
4646
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)