Skip to content

Commit

Permalink
fix!: align to npm 10 node engine range
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `@npmcli/package-json` now supports node `^18.17.0 || >=20.5.0`
  • Loading branch information
reggi committed Sep 26, 2024
1 parent 3426666 commit 8196f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"url": "git+https://github.com/npm/package-json.git"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
Expand Down

0 comments on commit 8196f27

Please sign in to comment.