Skip to content

Commit a792bc7

Browse files
committed
1 parent 5f22b8d commit a792bc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666

6767
- name: Node.js 6.x
6868
node-version: "6.17"
69-
69+
7070

7171
- name: Node.js 7.x
7272
node-version: "7.10"
73-
73+
7474

7575
- name: Node.js 8.x
7676
node-version: "8.16"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-standard": "4.1.0",
2929
"mocha": "9.2.2",
3030
"nyc": "15.1.0",
31-
"supertest": "6.1.6"
31+
"supertest": "6.2.3"
3232
},
3333
"files": [
3434
"LICENSE",

0 commit comments

Comments
 (0)