Skip to content

Commit

Permalink
Update to brotli-wasm v3, and bump 'engines' & CI testing to match
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Apr 18, 2024
1 parent 10c34aa commit 1a9ff4e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: [10.x, 12.x, v14.6.0, 14.x, '*']
node-version: [18.x, 20.x, v20.11.1, '*']

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
"url": "https://github.com/httptoolkit/http-encoding/issues"
},
"homepage": "https://github.com/httptoolkit/http-encoding#readme",
"engines": {
"node": ">=v18.0.0"
},
"dependencies": {
"brotli-wasm": "^1.3.0",
"brotli-wasm": "^3.0.0",
"pify": "^5.0.0",
"zstd-codec": "^0.1.4"
},
Expand Down

0 comments on commit 1a9ff4e

Please sign in to comment.