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 7c5d149 commit f230dcaCopy full SHA for f230dca
.github/workflows/ci.yml
@@ -71,9 +71,11 @@ jobs:
71
72
- name: Node.js 6.x
73
node-version: "6.16"
74
+ npm-i: mocha@6.2.3
75
76
- name: Node.js 7.x
77
node-version: "7.10"
78
79
80
- name: Node.js 8.x
81
node-version: "8.15"
package.json
@@ -20,7 +20,7 @@
20
"repository": "visionmedia/bytes.js",
21
"devDependencies": {
22
"eslint": "7.32.0",
23
- "mocha": "6.2.3",
+ "mocha": "7.2.0",
24
"nyc": "13.3.0"
25
},
26
"files": [
0 commit comments