[pnpm] Fix CI attempt 4 (#10565)

This commit is contained in:
Samuel Newman
2026-05-20 18:58:55 +03:00
committed by GitHub
parent c1817d3425
commit 4908816253
6 changed files with 317 additions and 2603 deletions
+6 -1
View File
@@ -140,10 +140,15 @@ jobs:
- name: Type check
run: pnpm typecheck
- name: 🔨 Setup EAS
- name: ⛏️ Setup EAS CLI & local builds
# note: can't do it via expo-github-action because we need to set the allow-build flag
run: pnpm -g --allow-build=dtrace-provider add eas-cli@latest eas-cli-local-build-plugin
- name: 🔨 Setup Expo CLI
uses: expo/expo-github-action@main
with:
expo-version: latest
packager: pnpm
token: ${{ secrets.EXPO_TOKEN }}
- name: 🪛 Setup jq