Skip to content

Commit

Permalink
[Circle CI] Change: Use node 20.11
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 21, 2024
1 parent 3715985 commit f50718b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
analyse:
executor:
name: rn/linux_js
node_version: '20.11.0'
node_version: '20.11'
steps:
- attach_workspace:
at: .
Expand All @@ -35,13 +35,15 @@ 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 f50718b

Please sign in to comment.