Skip to content

Commit 7ce915f

Browse files
committed
Fix bun version
1 parent e5aca25 commit 7ce915f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Bun
6363
uses: oven-sh/setup-bun@v2
6464
with:
65-
bun-version: 1.1.x
65+
bun-version: 1.2.15
6666

6767
- name: Run Bun tests
6868
run: pnpm test:bun

0 commit comments

Comments
 (0)