Skip to content

Commit c631b58

Browse files
committed
1 parent c81a8e2 commit c631b58

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
@@ -67,11 +67,11 @@ jobs:
6767

6868
- name: Node.js 6.x
6969
node-version: "6.17"
70-
70+
7171

7272
- name: Node.js 7.x
7373
node-version: "7.10"
74-
74+
7575

7676
- name: Node.js 8.x
7777
node-version: "8.17"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"mocha": "9.1.3",
3333
"nyc": "15.1.0",
3434
"safe-buffer": "5.2.1",
35-
"supertest": "6.1.6"
35+
"supertest": "6.2.1"
3636
},
3737
"files": [
3838
"lib/",

0 commit comments

Comments
 (0)