Skip to content

Commit

Permalink
fix(pkg): allow installing on node v20 and above (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 3, 2023
1 parent ea9ccc6 commit eea8ad3
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 @@ -136,7 +136,7 @@
},
"packageManager": "pnpm@8.4.0",
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit eea8ad3

Please sign in to comment.