Skip to content

Commit cd1703b

Browse files
committed
1 parent 12fe08d commit cd1703b

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
@@ -89,9 +89,11 @@ jobs:
8989

9090
- name: Node.js 10.x
9191
node-version: "10.24"
92+
9293

9394
- name: Node.js 11.x
9495
node-version: "11.15"
96+
9597

9698
- name: Node.js 12.x
9799
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
},
3030
"engines": {

0 commit comments

Comments
 (0)