Skip to content

Commit

Permalink
chore(ci): set fixed older eas cli version to prevent build error
Browse files Browse the repository at this point in the history
- eas-cli 15 break our CI builds
  • Loading branch information
matejkriz committed Feb 7, 2025
1 parent f0ae958 commit 8a6cb64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-suite-native-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
eas-version: 14.7.1
token: ${{ secrets.EXPO_TOKEN_DEVELOP }}
- name: Install libs
run: yarn workspaces focus @suite-native/app
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-suite-native-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
eas-version: 14.7.1
token: ${{ secrets.EXPO_TOKEN }}
- name: Install libs
run: yarn workspaces focus @suite-native/app
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
eas-version: 14.7.1
token: ${{ secrets.EXPO_TOKEN }}
- name: Install libs
run: yarn workspaces focus @suite-native/app
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
eas-version: 14.7.1
token: ${{ secrets.EXPO_TOKEN }}
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 8a6cb64

Please sign in to comment.