Skip to content

Commit 00b3e84

Browse files
diyaayayjdesrosiers
authored andcommitted
Added mac and windows to the CI
1 parent ae703e3 commit 00b3e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1313

1414
strategy:
1515
matrix:
16+
os: [ubuntu-latest, windows-latest, macos-latest]
1617
node-version: [20.x]
1718
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1819

0 commit comments

Comments
 (0)