Skip to content

Commit c5637f8

Browse files
committed
1 parent e2badeb commit c5637f8

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
@@ -106,9 +106,11 @@ jobs:
106106

107107
- name: Node.js 12.x
108108
node-version: "12.22"
109+
109110

110111
- name: Node.js 13.x
111112
node-version: "13.14"
113+
112114

113115
- name: Node.js 14.x
114116
node-version: "14.19"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-standard": "4.1.0",
3333
"gnode": "0.1.2",
3434
"media-typer": "1.1.0",
35-
"mocha": "9.2.2",
35+
"mocha": "10.0.0",
3636
"nyc": "15.1.0",
3737
"raw-body": "2.5.1",
3838
"stream-to-array": "2.3.0"

0 commit comments

Comments
 (0)