Skip to content

Commit a369774

Browse files
committed
build: mocha@6.2.3
1 parent 5950943 commit a369774

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ jobs:
5959

6060
- name: Node.js 4.x
6161
node-version: "4.9"
62+
npm-i: mocha@5.2.0
6263
npm-rm: nyc
6364

6465
- name: Node.js 5.x
6566
node-version: "5.12"
67+
npm-i: mocha@5.2.0
6668
npm-rm: nyc
6769

6870
- name: Node.js 6.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"repository": "visionmedia/bytes.js",
2121
"devDependencies": {
2222
"eslint": "5.16.0",
23-
"mocha": "5.2.0",
23+
"mocha": "6.2.3",
2424
"nyc": "13.3.0"
2525
},
2626
"files": [

0 commit comments

Comments
 (0)