Skip to content

Commit

Permalink
Merge pull request #400 from jpudysz/feature/node
Browse files Browse the repository at this point in the history
feat: downgrade required node to 18 as EAS still relies on it
  • Loading branch information
jpudysz authored Dec 6, 2024
2 parents be37ffa + 029264e commit 5c21fdd
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 @@ -93,7 +93,7 @@
],
"packageManager": "yarn@3.6.1",
"engines": {
"node": ">= 20.0.0"
"node": ">= 18.0.0"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit 5c21fdd

Please sign in to comment.