Skip to content

Commit 17b2bf8

Browse files
committed
1 parent d508897 commit 17b2bf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666

6767
- name: Node.js 6.x
6868
node-version: "6.17"
69-
69+
7070

7171
- name: Node.js 7.x
7272
node-version: "7.10"
73-
73+
7474

7575
- name: Node.js 8.x
7676
node-version: "8.16"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-node": "9.2.0",
2727
"eslint-plugin-promise": "4.2.1",
2828
"eslint-plugin-standard": "4.0.1",
29-
"mocha": "6.2.3",
29+
"mocha": "7.2.0",
3030
"nyc": "15.1.0",
3131
"supertest": "4.0.2"
3232
},

0 commit comments

Comments
 (0)