Skip to content

Commit 4068bae

Browse files
committed
1 parent ffce56c commit 4068bae

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
@@ -64,11 +64,11 @@ jobs:
6464

6565
- name: Node.js 6.x
6666
node-version: "6.17"
67-
67+
6868

6969
- name: Node.js 7.x
7070
node-version: "7.10"
71-
71+
7272

7373
- name: Node.js 8.x
7474
node-version: "8.17"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "8.57.0",
2727
"mocha": "10.7.3",
2828
"nyc": "17.1.0",
29-
"supertest": "6.1.6"
29+
"supertest": "6.3.4"
3030
},
3131
"license": "MIT",
3232
"files": [

0 commit comments

Comments
 (0)