Skip to content

Commit f1a189c

Browse files
committed
Pin CI to the bun version the tests are written against
1.2.19 has no test.serial, so whole integration files failed to load and took their tests with them.
1 parent 8c09d52 commit f1a189c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Bun
2222
uses: oven-sh/setup-bun@v2
2323
with:
24-
bun-version: "1.2.19"
24+
bun-version: "1.3.14"
2525

2626
- name: Install dependencies
2727
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)