Skip to content

Commit 8ad6c54

Browse files
committed
1 parent 716f5a4 commit 8ad6c54

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
@@ -74,9 +74,11 @@ jobs:
7474

7575
- name: Node.js 8.x
7676
node-version: "8.17"
77+
7778

7879
- name: Node.js 9.x
7980
node-version: "9.11"
81+
8082

8183
- name: Node.js 10.x
8284
node-version: "10.24"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-promise": "4.2.1",
2626
"eslint-plugin-standard": "4.0.1",
2727
"istanbul": "0.4.5",
28-
"mocha": "7.2.0",
28+
"mocha": "8.4.0",
2929
"supertest": "4.0.2"
3030
},
3131
"files": [

0 commit comments

Comments
 (0)