t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.73k stars 408 forks source link

update eas build tools versions #1127

Closed AF111 closed 4 months ago

AF111 commented 4 months ago

The current EAS build environment uses Node.js v18.16.1 and pnpm v9.3.0. However, this monorepo now utilizes pnpm's catalog feature, which was introduced in pnpm v9.5.0.

Set pnpm to 9.6.0 to ensure catalog functionality support on EAS builds and Node.js version to match the one in the repo. Relevant eas.json file apps/expo/eas.json

Screenshot of the error i recently encountered on eas: image