Skip to content

Commit

Permalink
Merge pull request #493 from haohao-how/renovate/eas-cli-13.x
Browse files Browse the repository at this point in the history
Update dependency eas-cli to v13
  • Loading branch information
bradleyayers authored Nov 11, 2024
2 parents 070d6e0 + 173ebe5 commit 7f87f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/expo-eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: ./.github/actions/setup-tools

- name: 🚀 Build app
run: npx -y eas-cli@12.6.2 build --profile=${{ inputs.profile }} --platform=${{ inputs.platform }} --non-interactive
run: npx -y eas-cli@13.1.0 build --profile=${{ inputs.profile }} --platform=${{ inputs.platform }} --non-interactive
working-directory: projects/app
env:
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion projects/app/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tasks:
runInCI: false

deployEasUpdateEas:
command: npx -y eas-cli@12.6.2 update --skip-bundler --input-dir @group(buildEasUpdateOutdir) --auto --non-interactive
command: npx -y eas-cli@13.1.0 update --skip-bundler --input-dir @group(buildEasUpdateOutdir) --auto --non-interactive
deps:
- buildEasUpdate
options:
Expand Down

0 comments on commit 7f87f3e

Please sign in to comment.