From bfaa8b9253e541d327d94a1ee7f3281e408fe5e6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 20 May 2026 18:33:08 +0300 Subject: [PATCH] Revert "Fix CI by restoring changes from #10538 (#10550)" This reverts commit 12ab1dd2fdc9bb5e93b715a1aea85d636c556ba3. --- .github/workflows/bundle-deploy-eas-update.yml | 12 ++++++++++++ .github/workflows/pull-request-comment.yml | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 5518c5fe8f..9a359f40fc 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -91,6 +91,8 @@ jobs: if: ${{ !steps.fingerprint.outputs.includes-changes }} with: expo-version: latest + eas-version: latest + packager: pnpm token: ${{ secrets.EXPO_TOKEN }} - name: ⛏️ Setup Expo @@ -186,8 +188,13 @@ jobs: uses: expo/expo-github-action@main with: expo-version: latest + eas-version: latest + packager: pnpm token: ${{ secrets.EXPO_TOKEN }} + - name: ⛏️ Setup EAS local builds + run: pnpm add -g eas-cli-local-build-plugin + - name: ⚙️ Install dependencies run: pnpm install --frozen-lockfile @@ -332,8 +339,13 @@ jobs: uses: expo/expo-github-action@main with: expo-version: latest + eas-version: latest + packager: pnpm token: ${{ secrets.EXPO_TOKEN }} + - name: ⛏️ Setup EAS local builds + run: pnpm add -g eas-cli-local-build-plugin + - uses: actions/setup-java@v5 with: distribution: "temurin" diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 1c3a810b3a..d705f19925 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -144,8 +144,13 @@ jobs: uses: expo/expo-github-action@main with: expo-version: latest + eas-version: latest + packager: pnpm token: ${{ secrets.EXPO_TOKEN }} + - name: ⛏️ Setup Expo + run: pnpm add -g eas-cli-local-build-plugin + - name: 🪛 Setup jq uses: dcarbone/install-jq-action@v2