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 08f5dca commit a1aebf2Copy full SHA for a1aebf2
.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
@@ -25,7 +25,7 @@
25
"eslint": "7.32.0",
26
"eslint-plugin-markdown": "2.2.1",
27
"express": "4.17.3",
28
- "mocha": "9.2.2",
+ "mocha": "10.0.0",
29
"nyc": "15.1.0",
30
"supertest": "6.2.3"
31
},
0 commit comments