We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847fbed commit d00515fCopy full SHA for d00515f
.github/workflows/ci.yml
@@ -8,17 +8,16 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-latest
12
-
13
strategy:
14
matrix:
+ os: [macos-latest, windows-latest, ubuntu-latest]
+ node: [12, 14, 16]
15
include:
16
- node-version: 16
17
+ os: ubuntu-latest
18
full-ci: true
- - node-version: 14
19
- full-ci: false
20
- - node-version: 12
21
+
+ runs-on: ${{ matrix.os }}
22
23
steps:
24
- uses: actions/checkout@v2
0 commit comments