mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
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:
4
.nvmrc
4
.nvmrc
@@ -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!
|
||||
@@ -6,6 +6,7 @@
|
||||
},
|
||||
"build": {
|
||||
"base": {
|
||||
"node": "24.11.1",
|
||||
"env": {
|
||||
"EAS_NO_FROZEN_LOCKFILE": "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user