Skip to content

Commit

Permalink
fix engine requirement for eas build
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Feb 3, 2024
1 parent 8a53bd2 commit cf9831b
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 @@ -53,6 +53,6 @@
"*.{js,css,ts,tsx,json,html}": "prettier --write"
},
"engines": {
"node": ">=18.19.0"
"node": ">=18.18.0"
}
}

0 comments on commit cf9831b

Please sign in to comment.