Skip installing expo cli in CI (#10566)

This commit is contained in:
Samuel Newman
2026-05-20 19:50:44 +03:00
committed by GitHub
parent c4ecb007f3
commit b73f9110e5
4 changed files with 5 additions and 10 deletions
@@ -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