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 5950943 commit a369774Copy full SHA for a369774
.github/workflows/ci.yml
@@ -59,10 +59,12 @@ jobs:
59
60
- name: Node.js 4.x
61
node-version: "4.9"
62
+ npm-i: mocha@5.2.0
63
npm-rm: nyc
64
65
- name: Node.js 5.x
66
node-version: "5.12"
67
68
69
70
- name: Node.js 6.x
package.json
@@ -20,7 +20,7 @@
20
"repository": "visionmedia/bytes.js",
21
"devDependencies": {
22
"eslint": "5.16.0",
23
- "mocha": "5.2.0",
+ "mocha": "6.2.3",
24
"nyc": "13.3.0"
25
},
26
"files": [
0 commit comments