From bea31a6da428caf2f3672d285cc88ea4dc245093 Mon Sep 17 00:00:00 2001 From: Artur Morys-Magiera Date: Wed, 17 Jun 2026 22:58:15 +0200 Subject: [PATCH] fix(ci): fix Expo beta dependencies installation Updated yarn install command to enable immutable installs. --- .github/workflows/expo-beta-road-test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/expo-beta-road-test.yml b/.github/workflows/expo-beta-road-test.yml index d1bc10a5..b88dca14 100644 --- a/.github/workflows/expo-beta-road-test.yml +++ b/.github/workflows/expo-beta-road-test.yml @@ -75,8 +75,7 @@ jobs: - name: Install Expo beta dependencies run: | cd apps/ExpoAppBeta - corepack enable - yarn install + YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn install npx expo install --fix - name: Run ExpoAppBeta -> AndroidApp road test @@ -101,8 +100,7 @@ jobs: - name: Install Expo beta dependencies run: | cd apps/ExpoAppBeta - corepack enable - yarn install + YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn install npx expo install --fix - name: Run ExpoAppBeta -> AppleApp road test