Skip to content

Commit b782dd2

Browse files
committed
support http2
1 parent f4e596c commit b782dd2

File tree

4 files changed

+332
-305
lines changed

4 files changed

+332
-305
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
name:
1314
- Node.js 0.8

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.2.3"
31+
"supertest": "7.0.0"
3232
},
3333
"files": [
3434
"LICENSE",

0 commit comments

Comments
 (0)