diff --git a/.circleci/config.yml b/.circleci/config.yml index 9bc16987..915d2291 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,6 @@ workflows: - checkout_code - rn/android_build: name: build_android_debug - node_version: '20.11' project_path: "example/android" build_type: debug on_after_initialize: "cd example && yarn install --frozen-lockfile --non-interactive --cache-folder /tmp/yarn && cd .." @@ -43,7 +42,6 @@ workflows: - analyse - rn/android_build: name: build_android_release - node_version: '20.11' project_path: "example/android" build_type: release on_after_initialize: "cd example && yarn install --frozen-lockfile --non-interactive --cache-folder /tmp/yarn && cd .."