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 a34381f commit 4132fa2Copy full SHA for 4132fa2
.github/workflows/ci.yml
@@ -81,9 +81,11 @@ jobs:
81
82
- name: Node.js 8.x
83
node-version: "8.15"
84
+ npm-i: mocha@7.2.0
85
86
- name: Node.js 9.x
87
node-version: "9.11"
88
89
90
- name: Node.js 10.x
91
node-version: "10.24"
package.json
@@ -20,7 +20,7 @@
20
"repository": "visionmedia/bytes.js",
21
"devDependencies": {
22
"eslint": "7.32.0",
23
- "mocha": "7.2.0",
+ "mocha": "8.4.0",
24
"nyc": "13.3.0"
25
},
26
"files": [
0 commit comments