We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2813814 commit caef440Copy full SHA for caef440
.github/workflows/ci.yml
@@ -11,8 +11,17 @@ jobs:
11
timeout-minutes: 15
12
strategy:
13
matrix:
14
- node-version: [14, 16, 18]
15
- os: [ubuntu-latest, windows-latest, macOS-latest]
+ include:
+ - node-version: 14
16
+ os: ubuntu-latest
17
18
+ os: windows-latest
19
20
+ os: macOS-latest
21
+ - node-version: 16
22
23
+ - node-version: 18
24
25
steps:
26
- uses: actions/checkout@v3
27
- uses: actions/setup-node@v3
@@ -37,6 +46,7 @@ jobs:
37
46
timeout-minutes: 10
38
47
39
48
49
+ node-version: 14
40
50
os: [ubuntu-latest, windows-latest, macOS-latest]
41
51
42
52
0 commit comments