Skip to content

Commit

Permalink
[BREAKING] Require Node.js >= 16.18.0 / npm >= 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Support for older Node.js and npm releases has been dropped.
Only Node.js v16.18.0 and npm v8 or higher are supported.
  • Loading branch information
matz3 committed Jul 17, 2023
1 parent 0689622 commit 14b7c20
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 @@ -18,8 +18,8 @@
],
"main": "lib/index.js",
"engines": {
"node": ">= 10",
"npm": ">= 5"
"node": "^16.18.0 || >=18.12.0",
"npm": ">= 8"
},
"scripts": {
"lint": "eslint ./",
Expand Down

0 comments on commit 14b7c20

Please sign in to comment.