Skip to content

Commit

Permalink
Drop support for node 16 and npm 8
Browse files Browse the repository at this point in the history
This release drops support for Node.js 16, which is EOL after 2023-09-11.
Please upgrade your Node.js to the latest version.

Change-type: major
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Jan 2, 2024
1 parent 747a55b commit 5b39c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typescript"
],
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
"npm": ">=9.0.0",
"node": ">=18.0.0"
},
"author": "",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5b39c94

Please sign in to comment.