Skip to content

Commit 96bc5db

Browse files
committed
ci: use latest Bun version
1 parent c409c35 commit 96bc5db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v1
12+
with:
13+
bun-version: latest
1214

1315
- name: Build and test the library
1416
run: |

0 commit comments

Comments
 (0)