We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 633a78a commit 44ffa97Copy full SHA for 44ffa97
.github/workflows/ci.yml
@@ -92,9 +92,11 @@ jobs:
92
93
- name: Node.js 12.x
94
node-version: "12.22"
95
+ npm-i: mocha@9.2.2
96
97
- name: Node.js 13.x
98
node-version: "13.14"
99
100
101
- name: Node.js 14.x
102
node-version: "14.19"
package.json
@@ -31,7 +31,7 @@
31
"eslint-plugin-promise": "5.2.0",
32
"eslint-plugin-standard": "4.1.0",
33
"methods": "1.1.2",
34
- "mocha": "9.2.2",
+ "mocha": "10.0.0",
35
"nyc": "15.1.0",
36
"safe-buffer": "5.2.1",
37
"supertest": "6.2.2"
0 commit comments