Skip to content

Commit

Permalink
Update http-encoding for zstd node deprecation/crash fix
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
pimterry committed Jul 29, 2024
1 parent 3a64101 commit 6a7b5a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"graphql-http": "^1.22.0",
"graphql-subscriptions": "^1.1.0",
"graphql-tag": "^2.12.6",
"http-encoding": "^1.5.1",
"http-encoding": "^2.0.1",
"http2-wrapper": "^2.2.1",
"https-proxy-agent": "^5.0.1",
"isomorphic-ws": "^4.0.1",
Expand Down

0 comments on commit 6a7b5a8

Please sign in to comment.