fix(suite-native): define node version for EAS explicitely

- It looks like Node.js 20.19.4 is the default on EAS, we need v24
This commit is contained in:
Matej Kriz
2025-12-02 13:27:05 +01:00
committed by Matěj Kříž
parent d611ed5818
commit fc71be028e
2 changed files with 4 additions and 1 deletions

4
.nvmrc
View File

@@ -1 +1,3 @@
24.11.1
24.11.1
# This needs to be consistent with node version defined in suite-native/app/eas.json file!

View File

@@ -6,6 +6,7 @@
},
"build": {
"base": {
"node": "24.11.1",
"env": {
"EAS_NO_FROZEN_LOCKFILE": "1"
}