Skip to content

Commit 503530c

Browse files
committed
chore: test in the one true dev env
1 parent 5bec177 commit 503530c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ jobs:
3030
- name: Lint Code
3131
run: npm run @ci:lint
3232
test:
33-
runs-on: ubuntu-latest
34-
name: "test: node@${{ matrix.node }}"
33+
runs-on: ${{ matrix.os }}
34+
name: "test: node@${{ matrix.node }} (${{ matrix.os }})"
3535
strategy:
3636
fail-fast: false
3737
matrix:
38+
os: [ubuntu-latest, windows-latest]
3839
node: [20, 22, 24]
3940
steps:
4041
- name: Checkout code

0 commit comments

Comments
 (0)