Skip to content

Commit e209404

Browse files
committed
Update package.json with supported node and npm
Update supported engines with a minimum version
1 parent 8b18827 commit e209404

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
@@ -11,8 +11,8 @@
1111
"NOTICE"
1212
],
1313
"engines": {
14-
"node": "^18 || ^19 || ^20 || ^22",
15-
"npm": "^8 || ^9 || ^10 || ^11"
14+
"node": ">=18",
15+
"npm": ">=8"
1616
},
1717
"scripts": {
1818
"clean": "rimraf .nyc_output build node_modules",

0 commit comments

Comments
 (0)