Skip to content

Commit

Permalink
feat(node-versions): dropped support for node v18 and v19
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node v18 and v19 are no longer supported
  • Loading branch information
travi committed Mar 15, 2024
1 parent c7f9b0a commit 2df962b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
node-version:
- 18.17.0
- 20.0.0
- 20.8.1
- 20
- 21
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"stream-buffers": "3.0.2"
},
"engines": {
"node": "^18.17 || >=20"
"node": ">=20.8.1"
},
"files": [
"lib",
Expand Down

0 comments on commit 2df962b

Please sign in to comment.