Skip to content

Commit

Permalink
ci: use latest Bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 30, 2024
1 parent c409c35 commit 96bc5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Build and test the library
run: |
Expand Down

0 comments on commit 96bc5db

Please sign in to comment.