Skip to content

Commit 4132fa2

Browse files
committed
build: mocha@8.4.0
1 parent a34381f commit 4132fa2

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
@@ -81,9 +81,11 @@ jobs:
8181

8282
- name: Node.js 8.x
8383
node-version: "8.15"
84+
npm-i: mocha@7.2.0
8485

8586
- name: Node.js 9.x
8687
node-version: "9.11"
88+
npm-i: mocha@7.2.0
8789

8890
- name: Node.js 10.x
8991
node-version: "10.24"

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

0 commit comments

Comments
 (0)