Skip to content

Commit d00515f

Browse files
committed
Run CI tests on multiple platforms
1 parent 847fbed commit d00515f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
12-
1311
strategy:
1412
matrix:
13+
os: [macos-latest, windows-latest, ubuntu-latest]
14+
node: [12, 14, 16]
1515
include:
1616
- node-version: 16
17+
os: ubuntu-latest
1718
full-ci: true
18-
- node-version: 14
19-
full-ci: false
20-
- node-version: 12
21-
full-ci: false
19+
20+
runs-on: ${{ matrix.os }}
2221

2322
steps:
2423
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)