From 354fc2123b02f6a5436427ecbc825010ef90d71f Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Fri, 23 Feb 2024 01:09:43 +0700 Subject: [PATCH] [Circle CI] Fix: Remove node_version: '20.11' at wrong places --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) 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 .."