Skip to content

Commit b4473f4

Browse files
committed
1 parent 9993776 commit b4473f4

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.16"
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.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": "7.2.0",
29+
"mocha": "8.4.0",
3030
"nyc": "15.1.0",
3131
"supertest": "6.1.6"
3232
},

0 commit comments

Comments
 (0)