Skip to content

Commit f230dca

Browse files
committed
build: mocha@7.2.0
1 parent 7c5d149 commit f230dca

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
@@ -71,9 +71,11 @@ jobs:
7171

7272
- name: Node.js 6.x
7373
node-version: "6.16"
74+
npm-i: mocha@6.2.3
7475

7576
- name: Node.js 7.x
7677
node-version: "7.10"
78+
npm-i: mocha@6.2.3
7779

7880
- name: Node.js 8.x
7981
node-version: "8.15"

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": "7.32.0",
23-
"mocha": "6.2.3",
23+
"mocha": "7.2.0",
2424
"nyc": "13.3.0"
2525
},
2626
"files": [

0 commit comments

Comments
 (0)