Skip to content

Commit

Permalink
ci: fix bun version for denoify (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Mar 16, 2024
1 parent 25beca8 commit f64e448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
node-version: '18.x'
- uses: oven-sh/setup-bun@v1
with:
bun-version: '1.0.25'
- run: bun install
- run: |
bun run denoify
Expand Down

0 comments on commit f64e448

Please sign in to comment.