Skip to content

Commit 922fef5

Browse files
arj03staltz
authored andcommitted
Run tests on more OS's
1 parent 5f89ff7 commit 922fef5

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

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ matrix.os }}
1515

1616
strategy:
1717
matrix:
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1819
node-version: [8.x, 10.x, 12.x, 14.x]
1920

2021
steps:

0 commit comments

Comments
 (0)