Skip to content

Commit 49b95f0

Browse files
committed
Bump node engines ^18.17.0 || >=20.5.0
BREAKING CHANGE: Bump node engines ^18.17.0 || >=20.5.0
1 parent fcc4508 commit 49b95f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"main": "lib/index.js",
1212
"engines": {
13-
"node": "^14.18.0 || ^16.13.0 || >=18.0.0",
14-
"npm": ">= 8"
13+
"node": "^18.17.0 || >=20.5.0",
14+
"npm": ">= 9"
1515
},
1616
"scripts": {
1717
"clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"",

0 commit comments

Comments
 (0)