Skip to content

Commit 81d7cf8

Browse files
committed
Fix version
1 parent a30a4b9 commit 81d7cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
- uses: oven-sh/setup-bun@v2
2626
with:
27-
bun-version: latest
27+
bun-version: 1.3.9
2828
- name: Install dependencies
2929
run: bun install
3030
- name: Lint

0 commit comments

Comments
 (0)