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