File tree Expand file tree Collapse file tree 1 file changed +22
-19
lines changed Expand file tree Collapse file tree 1 file changed +22
-19
lines changed Original file line number Diff line number Diff line change @@ -14,31 +14,34 @@ jobs:
1414 os : [ubuntu-latest, macos-latest]
1515 node : [12, 14]
1616 experimental : [false]
17- include :
18- - os : ubuntu-latest
19- node : 10
20- experimental : true
21- - os : ubuntu-latest
22- # v16 should work fine; there're some issues in CI with `krb5-config`
23- node : 16
24- experimental : true
25- - os : ubuntu-latest
26- node : 18
27- experimental : true
28-
29- # test windows, w/ wanted versions
30- - os : windows-latest
17+ exclude :
18+ - os : macos-latest
3119 node : 12
32- experimental : true
33- - os : windows-latest
34- node : 14
35- experimental : true
36-
20+ include :
3721 # test macos - for some reason, internet conn fails @ github actions
3822 - os : macos-latest
3923 node : 12
4024 experimental : true
4125
26+ # - os: ubuntu-latest
27+ # node: 10
28+ # experimental: true
29+ # - os: ubuntu-latest
30+ # # v16 should work fine; there're some issues in CI with `krb5-config`
31+ # node: 16
32+ # experimental: true
33+ # - os: ubuntu-latest
34+ # node: 18
35+ # experimental: true
36+
37+ # # test windows, w/ wanted versions
38+ # - os: windows-latest
39+ # node: 12
40+ # experimental: true
41+ # - os: windows-latest
42+ # node: 14
43+ # experimental: true
44+
4245 steps :
4346 - uses : actions/checkout@v2
4447 - uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments