Revert "Skip installing expo cli in CI (#10566)" (#10568)

This commit is contained in:
Samuel Newman
2026-05-20 21:30:53 +03:00
committed by GitHub
parent b73f9110e5
commit 7fe2f892f6
4 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -46,9 +46,10 @@ jobs:
- name: ⚙️ Install dependencies - name: ⚙️ Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: 🧐 Validate Expo token - name: 🔨 Setup Expo CLI
uses: expo/expo-github-action@main uses: expo/expo-github-action@main
with: with:
expo-version: latest
token: ${{ secrets.EXPO_TOKEN }} token: ${{ secrets.EXPO_TOKEN }}
- uses: actions/setup-java@v5 - uses: actions/setup-java@v5
+2 -1
View File
@@ -46,9 +46,10 @@ jobs:
- name: ⚙️ Install dependencies - name: ⚙️ Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: 🧐 Validate Expo token - name: 🔨 Setup Expo CLI
uses: expo/expo-github-action@main uses: expo/expo-github-action@main
with: with:
expo-version: latest
token: ${{ secrets.EXPO_TOKEN }} token: ${{ secrets.EXPO_TOKEN }}
- uses: maxim-lobanov/setup-xcode@v1 - uses: maxim-lobanov/setup-xcode@v1
@@ -178,9 +178,10 @@ jobs:
node-version-file: .nvmrc node-version-file: .nvmrc
cache: pnpm cache: pnpm
- name: 🧐 Validate Expo token - name: 🔨 Setup EAS
uses: expo/expo-github-action@main uses: expo/expo-github-action@main
with: with:
expo-version: latest
token: ${{ secrets.EXPO_TOKEN }} token: ${{ secrets.EXPO_TOKEN }}
- name: ⚙️ Install dependencies - name: ⚙️ Install dependencies
@@ -323,9 +324,10 @@ jobs:
node-version-file: .nvmrc node-version-file: .nvmrc
cache: pnpm cache: pnpm
- name: 🧐 Validate Expo token - name: 🔨 Setup EAS
uses: expo/expo-github-action@main uses: expo/expo-github-action@main
with: with:
expo-version: latest
token: ${{ secrets.EXPO_TOKEN }} token: ${{ secrets.EXPO_TOKEN }}
- uses: actions/setup-java@v5 - uses: actions/setup-java@v5
+2 -1
View File
@@ -140,9 +140,10 @@ jobs:
- name: Type check - name: Type check
run: pnpm typecheck run: pnpm typecheck
- name: 🧐 Validate Expo token - name: 🔨 Setup EAS
uses: expo/expo-github-action@main uses: expo/expo-github-action@main
with: with:
expo-version: latest
token: ${{ secrets.EXPO_TOKEN }} token: ${{ secrets.EXPO_TOKEN }}
- name: 🪛 Setup jq - name: 🪛 Setup jq