Skip to content

Commit a650021

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `read-package-json-fast` now supports node `^18.17.0 || >=20.5.0`
1 parent 8c7c240 commit a650021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1717
},
1818
"engines": {
19-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19+
"node": "^18.17.0 || >=20.5.0"
2020
},
2121
"devDependencies": {
2222
"@npmcli/eslint-config": "^5.0.0",

0 commit comments

Comments
 (0)