Prebuild step fails because it updates the yarn.lock file (managed)

yarn 2 enables immutable option by default when running on CI (e.g. if CI env is set) you can override it by specifying env in your eas.json build profile "YARN_ENABLE_IMMUTABLE_INSTALLS": "false"

1 Like