Skip to content

Commit

Permalink
Drop support for Node 16, 19, 21 (#707)
Browse files Browse the repository at this point in the history
* Drop support for Node 16.x

* Update package.json

---------

Co-authored-by: Bryan Mishkin <[email protected]>
  • Loading branch information
ddzz and bmish authored Dec 5, 2024
1 parent c2fb7f2 commit d50e106
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 @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu, windows ]
node-version: [16.x, 18.x, 20.x, 22.x, 23.x]
node-version: [18.x, 20.x, 22.x, 23.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 @@ -80,7 +80,7 @@
"typescript": "^5.0.4"
},
"engines": {
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit d50e106

Please sign in to comment.