Skip to content

Commit 5f22b8d

Browse files
committed
1 parent 40ebf4c commit 5f22b8d

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
@@ -82,9 +82,11 @@ jobs:
8282

8383
- name: Node.js 10.x
8484
node-version: "10.16"
85+
8586

8687
- name: Node.js 11.x
8788
node-version: "11.15"
89+
8890

8991
- name: Node.js 12.x
9092
node-version: "12.22"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-node": "11.1.0",
2727
"eslint-plugin-promise": "4.3.1",
2828
"eslint-plugin-standard": "4.1.0",
29-
"mocha": "8.4.0",
29+
"mocha": "9.2.2",
3030
"nyc": "15.1.0",
3131
"supertest": "6.1.6"
3232
},

0 commit comments

Comments
 (0)