Skip to content

Commit

Permalink
ci(test): fix bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigh committed Jun 29, 2024
1 parent 465fc77 commit 7c3e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.x
bun-version: 1.1.16

- name: Install
run: bun install --frozen-lockfile
Expand Down

0 comments on commit 7c3e482

Please sign in to comment.