Skip to content

Commit

Permalink
Align to npm 10 node engine range (#888)
Browse files Browse the repository at this point in the history
Update the node engine range to match npm cli 10.

npm/cli#7754
  • Loading branch information
hashtagchris authored Aug 26, 2024
1 parent ef26d69 commit 8336f87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"lib/"
],
"engines": {
"node": ">=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
}
2 changes: 1 addition & 1 deletion workspaces/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lib/"
],
"engines": {
"node": ">=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 8336f87

Please sign in to comment.