Skip to content

Commit bf0e11f

Browse files
authored
feat: move to tsup (#13)
1 parent 6de6266 commit bf0e11f

File tree

9 files changed

+1496
-417
lines changed

9 files changed

+1496
-417
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ jobs:
1919
- run: npm run format:check
2020
- run: npm run lint
2121
build:
22-
runs-on: ubuntu-latest
22+
name: Build ${{ matrix.node-version }} @ ${{ matrix.os }}
2323

2424
strategy:
2525
matrix:
2626
node-version:
2727
- 18
2828
- 20
2929
- latest
30+
os: [ubuntu-latest, windows-latest]
31+
32+
runs-on: ${{ matrix.os }}
3033

3134
steps:
3235
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)