Skip to content

Commit 4b33e42

Browse files
committed
ci: test on windows and macos
Would've found that build failure issue.
1 parent 81dd0ad commit 4b33e42

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ${{ matrix.os }}
14-
1513
strategy:
1614
matrix:
17-
node-version: [16.x, 18.x, 20.7.x]
18-
os: [ubuntu-latest]
15+
node-version: [16.x, 18.x, 20.x]
16+
os: [ubuntu-latest, macos-latest, windows-latest]
17+
18+
runs-on: ${{ matrix.os }}
19+
defaults:
20+
run:
21+
shell: bash
1922

2023
steps:
2124
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)