Refresh the workspace lockfile and pin EAS to Bun 1.3.11 so frozen installs match local resolution and development builds stop failing in CI.
@@ -5,15 +5,18 @@
},
"build": {
"development": {
+ "bun": "1.3.11",
"developmentClient": true,
"distribution": "internal",
"channel": "development"
"preview": {
"channel": "preview"
"production": {
"autoIncrement": true,
"channel": "production"
}