Skip to content

Commit

Permalink
Merge pull request #350 from sharafdin/sharafdin
Browse files Browse the repository at this point in the history
changed node engine into ^18
  • Loading branch information
sharafdin authored Apr 25, 2024
2 parents f342b80 + 9bfb093 commit acd6019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yonode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"yonode": "./src/index.js"
},
"engines": {
"node": ">=0.10.0"
"node": "^18.0.0 || >=20.0.0"
},
"homepage": "https://yonode.org",
"repository": {
Expand Down

0 comments on commit acd6019

Please sign in to comment.