Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ jobs:
test:
strategy:
matrix:
node-version: [18.18.2]
bun-version: [1.2.17]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- name: Use Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v2
with:
cache: npm
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
bun-version: ${{ matrix.bun-version }}
- run: bun install
- run: bun run test
4 changes: 0 additions & 4 deletions .swcrc

This file was deleted.

1,223 changes: 1,223 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Loading