Skip to content

Commit

Permalink
bun update in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Oct 24, 2024
1 parent 851a84e commit e464323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Use bun latest
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 1.1.0
- name: Install bun dependencies
run: bun i
- run: bun run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Use bun latest
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 1.1.0
- name: Install bun dependencies
run: bun i
- name: Run build
Expand Down

0 comments on commit e464323

Please sign in to comment.