fix(matrix-mobile): use string format for pnpm version in eas.json

EAS CLI requires pnpm to be a version string, not an object.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-06 19:50:54 +01:00
parent bc3a527bf4
commit a7acffd3e8

View file

@ -6,9 +6,7 @@
"build": {
"base": {
"node": "22.22.1",
"pnpm": {
"version": "9.15.0"
},
"pnpm": "9.15.0",
"env": {
"EAS_BUILD_RUNNER": "eas-build-on-success"
}