Skip to content

Commit

Permalink
fix!: for @npmcli/arborist sets node engine range to `^20.17.0 || >=2…
Browse files Browse the repository at this point in the history
…2.9.0`

BREAKING CHANGE: @npmcli/arborist now supports node `^20.17.0 || >=22.9.0`
  • Loading branch information
reggi committed Oct 14, 2024
1 parent 6e11eb2 commit 3ffc08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
]
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
Expand Down

0 comments on commit 3ffc08b

Please sign in to comment.