Skip to content

fix(ci): fix Expo beta dependencies installation#383

Merged
artus9033 merged 1 commit into
mainfrom
artus9033-patch-1
Jun 17, 2026
Merged

fix(ci): fix Expo beta dependencies installation#383
artus9033 merged 1 commit into
mainfrom
artus9033-patch-1

Conversation

@artus9033

Copy link
Copy Markdown
Collaborator

Updated yarn install command to enable immutable installs.

Summary

Test plan

Updated yarn install command to enable immutable installs.
Copilot AI review requested due to automatic review settings June 17, 2026 20:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the Expo beta road test GitHub Actions workflow to change how dependencies are installed for apps/ExpoAppBeta, aiming to enforce immutable installs during CI.

Changes:

  • Replace the existing Yarn install invocation with YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn install in both Android and iOS road test jobs.
  • Remove corepack enable from the install steps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 75 to 79
- name: Install Expo beta dependencies
run: |
cd apps/ExpoAppBeta
corepack enable
yarn install
YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn install
npx expo install --fix
Comment on lines 100 to 104
- name: Install Expo beta dependencies
run: |
cd apps/ExpoAppBeta
corepack enable
yarn install
YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn install
npx expo install --fix
@artus9033 artus9033 merged commit 4a26fe3 into main Jun 17, 2026
15 of 17 checks passed
@artus9033 artus9033 deleted the artus9033-patch-1 branch June 17, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants