Skip to content

Commit f98a297

Browse files
authored
also run tests on macOS
1 parent 11b728e commit f98a297

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nodejs.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
9-
8+
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
9+
runs-on: ${{ matrix.os }}
10+
1011
strategy:
1112
matrix:
1213
node-version: [8.x, 10.x, 12.x]
14+
os: [ubuntu-latest, macOS-latest]
1315

1416
steps:
1517
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)