Skip to content

Commit 6a7b5a8

Browse files
committed
Update http-encoding for zstd node deprecation/crash fix
Some recent node versions were skipped in CI due to this, but hopefully this update should resolve that (and newer Node releases should resolve the crash regardless).
1 parent 3a64101 commit 6a7b5a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [14.x, 16.x, 18.x, 20.14.x, v20.11.1, 22.1.x]
10+
node-version: [14.x, 16.x, 18.x, 20.x, v20.11.1, 22.x]
1111

1212
steps:
1313
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"graphql-http": "^1.22.0",
183183
"graphql-subscriptions": "^1.1.0",
184184
"graphql-tag": "^2.12.6",
185-
"http-encoding": "^1.5.1",
185+
"http-encoding": "^2.0.1",
186186
"http2-wrapper": "^2.2.1",
187187
"https-proxy-agent": "^5.0.1",
188188
"isomorphic-ws": "^4.0.1",

0 commit comments

Comments
 (0)