File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 87
87
88
88
- name : Node.js 12.x
89
89
node-version : " 12.22"
90
+ npm-i : mocha@9.2.2
90
91
91
92
- name : Node.js 13.x
92
93
node-version : " 13.14"
94
+ npm-i : mocha@9.2.2
93
95
94
96
- name : Node.js 14.x
95
97
node-version : " 14.19"
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ install:
47
47
# - use 6.x for Node.js < 8
48
48
# - use 7.x for Node.js < 10
49
49
# - use 8.x for Node.js < 12
50
+ # - use 9.x for Node.js < 14
50
51
if ([int]$env:nodejs_version.split(".")[0] -lt 4) {
51
52
npm install --silent --save-dev mocha@3.5.3
52
53
} elseif ([int]$env:nodejs_version.split(".")[0] -lt 6) {
@@ -57,6 +58,8 @@ install:
57
58
npm install --silent --save-dev mocha@7.2.0
58
59
} elseif ([int]$env:nodejs_version.split(".")[0] -lt 12) {
59
60
npm install --silent --save-dev mocha@8.4.0
61
+ } elseif ([int]$env:nodejs_version.split(".")[0] -lt 14) {
62
+ npm install --silent --save-dev mocha@9.2.2
60
63
}
61
64
- ps : |
62
65
# nyc for test coverage
Original file line number Diff line number Diff line change 71
71
"hbs" : " 4.2.0" ,
72
72
"marked" : " 0.7.0" ,
73
73
"method-override" : " 3.0.0" ,
74
- "mocha" : " 9.2.2 " ,
74
+ "mocha" : " 10.0.0 " ,
75
75
"morgan" : " 1.10.0" ,
76
76
"multiparty" : " 4.2.3" ,
77
77
"nyc" : " 15.1.0" ,
You can’t perform that action at this time.
0 commit comments