From b73f9110e549dab0807a1a074cfd3dcee79e48dd Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 20 May 2026 19:50:44 +0300 Subject: [PATCH] Skip installing expo cli in CI (#10566) --- .github/workflows/build-submit-android.yml | 3 +-- .github/workflows/build-submit-ios.yml | 3 +-- .github/workflows/bundle-deploy-eas-update.yml | 6 ++---- .github/workflows/pull-request-comment.yml | 3 +-- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index 058ba4eb3b..f498f69ed8 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -46,10 +46,9 @@ jobs: - name: ⚙️ Install dependencies run: pnpm install --frozen-lockfile - - name: 🔨 Setup Expo CLI + - name: 🧐 Validate Expo token uses: expo/expo-github-action@main with: - expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - uses: actions/setup-java@v5 diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index 8801ecd100..35719ae0db 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -46,10 +46,9 @@ jobs: - name: ⚙️ Install dependencies run: pnpm install --frozen-lockfile - - name: 🔨 Setup Expo CLI + - name: 🧐 Validate Expo token uses: expo/expo-github-action@main with: - expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - uses: maxim-lobanov/setup-xcode@v1 diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 6646e72eef..0cad065cc6 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -178,10 +178,9 @@ jobs: node-version-file: .nvmrc cache: pnpm - - name: 🔨 Setup EAS + - name: 🧐 Validate Expo token uses: expo/expo-github-action@main with: - expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: ⚙️ Install dependencies @@ -324,10 +323,9 @@ jobs: node-version-file: .nvmrc cache: pnpm - - name: 🔨 Setup EAS + - name: 🧐 Validate Expo token uses: expo/expo-github-action@main with: - expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - uses: actions/setup-java@v5 diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 1c3a810b3a..c0bace3108 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -140,10 +140,9 @@ jobs: - name: Type check run: pnpm typecheck - - name: 🔨 Setup EAS + - name: 🧐 Validate Expo token uses: expo/expo-github-action@main with: - expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: 🪛 Setup jq