Revert "Fix CI by restoring changes from #10538 (#10550)"

This reverts commit 12ab1dd2fd.
This commit is contained in:
Samuel Newman
2026-05-20 18:33:08 +03:00
parent 09170bcb76
commit bfaa8b9253
2 changed files with 17 additions and 0 deletions
@@ -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"
@@ -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