Skip to content

Commit 7828d66

Browse files
committed
1 parent dafa811 commit 7828d66

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.24"
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
@@ -24,7 +24,7 @@
2424
"eslint-plugin-node": "11.1.0",
2525
"eslint-plugin-promise": "4.3.1",
2626
"eslint-plugin-standard": "4.0.1",
27-
"mocha": "8.4.0",
27+
"mocha": "9.1.3",
2828
"nyc": "15.1.0",
2929
"supertest": "6.1.6"
3030
},

0 commit comments

Comments
 (0)