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 ea258b1 commit d5abfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 d5abfa8

Please sign in to comment.