Skip to content

Commit

Permalink
update node.engines field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jul 27, 2023
1 parent cce6668 commit fe8a276
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 @@ -82,7 +82,7 @@
},
"packageManager": "yarn@3.2.1",
"engines": {
"node": ">=16.0.0"
"node": "^16.20 || ^18.16 || >=20"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit fe8a276

Please sign in to comment.