Skip to content

Commit

Permalink
fix!: for libnpmexec sets node engine range to ^20.17.0 || >=22.9.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: libnpmexec now supports node `^20.17.0 || >=22.9.0`
  • Loading branch information
reggi committed Oct 14, 2024
1 parent 44be07c commit 2902d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"main": "lib/index.js",
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"description": "npm exec (npx) programmatic API",
"repository": {
Expand Down

0 comments on commit 2902d4c

Please sign in to comment.