Skip to content

Commit

Permalink
Bump node engines ^18.17.0 || >=20.5.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bump node engines ^18.17.0 || >=20.5.0
  • Loading branch information
bcomnes committed Oct 18, 2024
1 parent fcc4508 commit 49b95f0
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 @@ -10,8 +10,8 @@
},
"main": "lib/index.js",
"engines": {
"node": "^14.18.0 || ^16.13.0 || >=18.0.0",
"npm": ">= 8"
"node": "^18.17.0 || >=20.5.0",
"npm": ">= 9"
},
"scripts": {
"clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"",
Expand Down

0 comments on commit 49b95f0

Please sign in to comment.