Skip to content

Commit

Permalink
downgrade bun version for tests until new release >1.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd authored Jan 22, 2025
1 parent 24b3dc4 commit 8b958ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

# Testing `bun`
- uses: oven-sh/setup-bun@v2
with: # until new release (after 1.1.45) of bun
bun-version: 1.1.43
if: ${{ matrix.tool == 'bun' }}

- name: Install and test with Bun
Expand Down

0 comments on commit 8b958ca

Please sign in to comment.