Skip to content

Commit ea36d45

Browse files
committed
Add windows and macos automation
1 parent f6d8b46 commit ea36d45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.os }}
10+
11+
strategy:
12+
matrix:
13+
os: [ubuntu-latest, windows-latest, macos-latest]
14+
1015
steps:
1116
- uses: actions/checkout@v4
1217
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)