WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 707c01d

Browse files
committed
1 parent 3753e8f commit 707c01d

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+
6263
npm-rm: nyc
6364

6465
- name: Node.js 5.x
6566
node-version: "5.12"
67+
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)