From 8a6cb64d503e0f8f6556aab8e0bdbc63c8279870 Mon Sep 17 00:00:00 2001 From: Matej Kriz Date: Fri, 7 Feb 2025 15:44:14 +0100 Subject: [PATCH] chore(ci): set fixed older eas cli version to prevent build error - eas-cli 15 break our CI builds --- .github/workflows/build-suite-native-preview.yml | 2 +- .github/workflows/release-suite-native-production.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-suite-native-preview.yml b/.github/workflows/build-suite-native-preview.yml index 900a3d55b2b..88fceb70c71 100644 --- a/.github/workflows/build-suite-native-preview.yml +++ b/.github/workflows/build-suite-native-preview.yml @@ -45,7 +45,7 @@ jobs: - name: Setup EAS uses: expo/expo-github-action@v8 with: - eas-version: latest + eas-version: 14.7.1 token: ${{ secrets.EXPO_TOKEN_DEVELOP }} - name: Install libs run: yarn workspaces focus @suite-native/app diff --git a/.github/workflows/release-suite-native-production.yml b/.github/workflows/release-suite-native-production.yml index 43b81a33b6b..a9716c01beb 100644 --- a/.github/workflows/release-suite-native-production.yml +++ b/.github/workflows/release-suite-native-production.yml @@ -34,7 +34,7 @@ jobs: - name: Setup EAS uses: expo/expo-github-action@v8 with: - eas-version: latest + eas-version: 14.7.1 token: ${{ secrets.EXPO_TOKEN }} - name: Install libs run: yarn workspaces focus @suite-native/app @@ -62,7 +62,7 @@ jobs: - name: Setup EAS uses: expo/expo-github-action@v8 with: - eas-version: latest + eas-version: 14.7.1 token: ${{ secrets.EXPO_TOKEN }} - name: Install libs run: yarn workspaces focus @suite-native/app @@ -90,7 +90,7 @@ jobs: - name: Setup EAS uses: expo/expo-github-action@v8 with: - eas-version: latest + eas-version: 14.7.1 token: ${{ secrets.EXPO_TOKEN }} - name: Configure aws credentials uses: aws-actions/configure-aws-credentials@v4