Skip to content

Commit 45f93ad

Browse files
committed
1 parent 9ffc927 commit 45f93ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-promise": "4.3.1",
2222
"eslint-plugin-standard": "4.1.0",
2323
"istanbul": "0.4.5",
24-
"mocha": "8.4.0"
24+
"mocha": "9.1.0"
2525
},
2626
"files": [
2727
"HISTORY.md",

0 commit comments

Comments
 (0)