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: `npm-package-arg` now supports node `^18.17.0 || >=20.5.0`
  • Loading branch information
reggi committed Sep 25, 2024
1 parent a8a9bdd commit 6bf84db
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 @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/npm/npm-package-arg",
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"tap": {
"branches": 97,
Expand Down

0 comments on commit 6bf84db

Please sign in to comment.