Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b23fb4d

Browse files
committed
1 parent c87013f commit b23fb4d

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
@@ -92,9 +92,11 @@ jobs:
9292

9393
- name: Node.js 10.x
9494
node-version: "10.23"
95+
9596

9697
- name: Node.js 11.x
9798
node-version: "11.15"
99+
98100

99101
- name: Node.js 12.x
100102
node-version: "12.19"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-node": "10.0.0",
2525
"eslint-plugin-promise": "4.3.1",
2626
"eslint-plugin-standard": "4.1.0",
27-
"mocha": "8.4.0",
27+
"mocha": "9.1.3",
2828
"nyc": "14.1.1"
2929
},
3030
"files": [

0 commit comments

Comments
 (0)