Skip to content

Commit

Permalink
bump bun-version to output lcov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jun 23, 2024
1 parent 775aef5 commit feaf5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: '20.x'
- uses: oven-sh/setup-bun@v1
with:
bun-version: '1.0.25'
bun-version: '1.1.16'
- run: bun install
- run: bun run format
- run: bun run lint
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: '1.0.25'
bun-version: '1.1.16'
- run: bun run test:bun
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit feaf5cd

Please sign in to comment.