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 e0109a1 commit d5b045fCopy full SHA for d5b045f
.github/workflows/experimental.ci.yaml
@@ -23,6 +23,27 @@ jobs:
23
fail-fast: false
24
matrix:
25
os: [ubuntu-latest, windows-latest]
26
+ node-version:
27
+ - "0.10.x"
28
+ - "0.12.x"
29
+ - "4.x"
30
+ - "5.x"
31
+ - "6.x"
32
+ - "7.x"
33
+ - "8.x"
34
+ - "9.x"
35
+ - "10.x"
36
+ - "11.x"
37
+ - "12.x"
38
+ - "13.x"
39
+ - "14.x"
40
+ - "15.x"
41
+ - "16.x"
42
+ - "17.x"
43
+ - "18.x"
44
+ - "19.x"
45
+ - "20.x"
46
+ - "21.x"
47
include:
48
- node-version: "0.10.x"
49
npm-i: "mocha@3.5.3 nyc@10.3.2 supertest@2.0.0"
0 commit comments