Skip to content

Commit

Permalink
[Circle CI] Fix: Remove node_version: '20.11' at wrong places
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 22, 2024
1 parent b916c83 commit 354fc21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ 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 .."
requires:
- 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 .."
Expand Down

0 comments on commit 354fc21

Please sign in to comment.