Skip to content

Commit

Permalink
Fix bun in ci
Browse files Browse the repository at this point in the history
Use of 'v1.x' breaks bun in CI. For now just use 'v1'
oven-sh/setup-bun#37
  • Loading branch information
NigelBreslaw authored Dec 23, 2023
1 parent 9768bd3 commit e9351d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 1
steps:
- uses: actions/[email protected]
- uses: oven-sh/setup-bun@v1.1.1
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.19
- name: install dependencies
Expand Down

0 comments on commit e9351d1

Please sign in to comment.