Skip to content

Commit

Permalink
canary bun also
Browse files Browse the repository at this point in the history
  • Loading branch information
krisl committed Sep 23, 2023
1 parent ebcaa62 commit 422ac54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ jobs:

build-bun:
runs-on: ubuntu-latest
strategy:
matrix:
bun-version: [latest, canary]
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: ${{ matrix.node-version }}
- run: bun install
- run: bun test

Expand Down

0 comments on commit 422ac54

Please sign in to comment.