Skip to content

Commit

Permalink
update minimum required node version
Browse files Browse the repository at this point in the history
- matches README's recommendation, which is based on minimum node version (`16.10`) needed for `corepack enable` / yarn 3.6.3
  • Loading branch information
TheAfroOfDoom committed Dec 29, 2023
1 parent 510c855 commit ac42309
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 @@ -8,7 +8,7 @@
"sync": "nps sync.world"
},
"engines": {
"node": "18.17.1"
"node": ">=16.10"
},
"devDependencies": {
"bestzip": "1.1.6",
Expand Down

0 comments on commit ac42309

Please sign in to comment.