From 92430e55429b2e09ad9b8f83f2a0a6b44cd81cb4 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 22 Mar 2024 06:41:19 -0700 Subject: [PATCH] chore(ci): Fix failing build-lint-app workflow (#1509) * chore(ci): Bump react-native orb * Try to fix macOS executor setup * Try again --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf58da53..ab7fe9eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - react-native: react-native-community/react-native@7.1.1 + react-native: react-native-community/react-native@7.4.0 executors: @@ -105,7 +105,12 @@ jobs: - checkout_attach_workspace - react-native/setup_macos_executor: node_version: '18.17.1' + android: false + detox: false - react-native/yarn_install + - run: + name: Install Detox + command: npm install detox-cli --global - restore_cache: keys: - >-