Skip to content

Commit

Permalink
Merge pull request #25 from pataar/renovate/oven-sh-setup-bun-2.x
Browse files Browse the repository at this point in the history
Update oven-sh/setup-bun action to v2
  • Loading branch information
pataar authored Jun 24, 2024
2 parents 5f0b3c0 + d9c3675 commit 9d109ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Check TypeScript compilation
run: bunx tsc --noEmit

0 comments on commit 9d109ed

Please sign in to comment.