fix(mobile): fix EAS build Node.js version incompatibility for iOS and Android

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-14 12:28:06 +00:00
parent d72fcd463f
commit 8717538967
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
20.19.4
+3 -1
View File
@@ -47,11 +47,13 @@
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"@types/react-native": "^0.73.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~7.0.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=20.19.4"
},
"private": true,
"expo": {
"doctor": {