diff --git a/.github/actions/setup-e2e-env/action.yml b/.github/actions/setup-e2e-env/action.yml index f9ca9d39..0de2ea47 100644 --- a/.github/actions/setup-e2e-env/action.yml +++ b/.github/actions/setup-e2e-env/action.yml @@ -12,7 +12,7 @@ inputs: yarn-version: description: Yarn version to use with Corepack required: false - default: '1.22.22' + default: '3.8.7' setup-simulator: description: 'Whether to setup simulator/emulator' required: false @@ -214,19 +214,10 @@ runs: timeout_minutes: 15 max_attempts: 3 retry_wait_seconds: 30 - command: yarn install --frozen-lockfile + command: yarn install --immutable env: NODE_OPTIONS: --max-old-space-size=4096 # Increase memory limit for Node.js due to large dependencies - - name: Install Detox CLI with retry - id: install-detox-cli - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 #v3.0.2 - with: - timeout_minutes: 15 - max_attempts: 3 - retry_wait_seconds: 30 - command: yarn global add detox-cli - - name: Install Foundry shell: bash run: |