Skip to content

Commit dbb8312

Browse files
committed
add windows to CI
1 parent 4a6e697 commit dbb8312

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

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

14-
runs-on: ubuntu-latest
14+
runs-on: ${{ matrix.os }}
1515

1616
strategy:
1717
matrix:
18+
os: [ubuntu-latest, windows-latest]
1819
node-version: [12, 14, 16, 18, 20, 22]
1920

2021
steps:

0 commit comments

Comments
 (0)