From 1e9a125d4b45ab52e742b4b2a39a1caf284ff6d7 Mon Sep 17 00:00:00 2001 From: Petr Knetl Date: Tue, 11 Feb 2025 11:51:24 +0100 Subject: [PATCH] fix(suite-native): develop build pipeline fix - Apply the same eas version to develop builds as this PR did to other tracks: https://github.com/trezor/trezor-suite/pull/16887 --- .github/workflows/release-suite-native-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-suite-native-develop.yml b/.github/workflows/release-suite-native-develop.yml index abc5daa98a0..28f45133536 100644 --- a/.github/workflows/release-suite-native-develop.yml +++ b/.github/workflows/release-suite-native-develop.yml @@ -30,7 +30,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