Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
New Bun release broke it.
  • Loading branch information
Xkonti committed Oct 3, 2023
1 parent 886cc53 commit 8bc5ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 0.8.1

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit 8bc5ef8

Please sign in to comment.