specify exact eas-cli version to install

This commit is contained in:
Samuel Newman
2026-05-22 14:54:56 +03:00
parent ac69cc23dd
commit 604ab79e74
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- name: 🔨 Setup Expo CLI
uses: expo/expo-github-action@main
with:
eas-version: latest
eas-version: '19.0.5'
packager: 'pnpm --allow-build=dtrace-provider'
token: ${{ secrets.EXPO_TOKEN }}