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 }}
+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 }}
@@ -90,7 +90,7 @@ jobs:
uses: expo/expo-github-action@main
if: ${{ !steps.fingerprint.outputs.includes-changes }}
with:
eas-version: latest
eas-version: '19.0.5'
packager: 'pnpm --allow-build=dtrace-provider'
token: ${{ secrets.EXPO_TOKEN }}
@@ -182,7 +182,7 @@ jobs:
- name: 🔨 Setup EAS
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 }}
@@ -329,7 +329,7 @@ jobs:
- name: 🔨 Setup EAS
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 }}
+1 -1
View File
@@ -143,7 +143,7 @@ jobs:
- name: 🔨 Setup EAS
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 }}