Skip to content

Commit

Permalink
Merge pull request #497 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.1.1
  • Loading branch information
renovate[bot] authored Nov 11, 2024
2 parents e4dd204 + de0b736 commit 7be0dbe
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 [email protected].0 build --profile=${{ inputs.profile }} --platform=${{ inputs.platform }} --non-interactive
run: npx -y [email protected].1 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 [email protected].0 update --skip-bundler --input-dir @group(buildEasUpdateOutdir) --auto --non-interactive
command: npx -y [email protected].1 update --skip-bundler --input-dir @group(buildEasUpdateOutdir) --auto --non-interactive
deps:
- buildEasUpdate
options:
Expand Down

0 comments on commit 7be0dbe

Please sign in to comment.