Skip to content

Commit 9930951

Browse files
Added node version to production android prop.
1 parent 41f0885 commit 9930951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eas.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"distribution": "store",
2929
"autoIncrement": false,
3030
"android": {
31+
"node": "20.2.0",
32+
"env": {
33+
"EXPO_NO_CACHE": "1"
34+
},
3135
"buildType": "apk",
3236
"gradleCommand": ":app:assembleRelease"
3337
},

0 commit comments

Comments
 (0)