From 7fe2f892f6a89ad82de29506b8dd35919536d507 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 20 May 2026 21:30:53 +0300 Subject: [PATCH] Revert "Skip installing expo cli in CI (#10566)" (#10568) --- .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, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index f498f69ed8..058ba4eb3b 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -46,9 +46,10 @@ jobs: - name: ⚙️ Install dependencies run: pnpm install --frozen-lockfile - - name: 🧐 Validate Expo token + - name: 🔨 Setup Expo CLI 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 35719ae0db..8801ecd100 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -46,9 +46,10 @@ jobs: - name: ⚙️ Install dependencies run: pnpm install --frozen-lockfile - - name: 🧐 Validate Expo token + - name: 🔨 Setup Expo CLI 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 0cad065cc6..6646e72eef 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -178,9 +178,10 @@ jobs: node-version-file: .nvmrc cache: pnpm - - name: 🧐 Validate Expo token + - name: 🔨 Setup EAS uses: expo/expo-github-action@main with: + expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: ⚙️ Install dependencies @@ -323,9 +324,10 @@ jobs: node-version-file: .nvmrc cache: pnpm - - name: 🧐 Validate Expo token + - name: 🔨 Setup EAS 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 c0bace3108..1c3a810b3a 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -140,9 +140,10 @@ jobs: - name: Type check run: pnpm typecheck - - name: 🧐 Validate Expo token + - name: 🔨 Setup EAS uses: expo/expo-github-action@main with: + expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: 🪛 Setup jq