Skip to content

Commit

Permalink
ci: fix bun-version
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Apr 23, 2024
1 parent 1e32d8b commit 9958e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.x.x
bun-version: 1.0.x

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

0 comments on commit 9958e4e

Please sign in to comment.