Skip to content

Commit 86e75f3

Browse files
authored
Update npm-test.yml
1 parent c93351e commit 86e75f3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/npm-test.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
include:
15+
- os: windows-latest
16+
platform: win32
17+
arch: x64
18+
- os: macos-latest
19+
platform: darwin
20+
arch: arm64
21+
runs-on: ${{ matrix.os }}
1322
steps:
1423
- uses: actions/checkout@v4
1524
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)