Skip to content

Commit dde3c48

Browse files
ci: upgrade android orb, node orb and android image (#1176)
* ci: upgrade android orb from 2.0 to 2.5.0 (latest). upgrade node orbe from 5.1.0 to 5.2.0 (latest). upgrade the deprecated android image 2022.04.1 to 2024.01.1-ndk * ci: set node version to default * ci: set node version to '20.11.1' * ci: remove [node/install-yarn] from .circleci config.yml * ci: apply yarn format:fix
1 parent d58fed4 commit dde3c48

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2.1
22

33
orbs:
4-
android: circleci/[email protected]
4+
android: circleci/android@2.5.0
55
advanced-checkout: vsco/[email protected]
6-
node: circleci/node@5.1.0
6+
node: circleci/node@5.2.0
77

88
references:
99
release_dependencies: &release_dependencies
@@ -26,7 +26,7 @@ commands:
2626
steps:
2727
- node/install:
2828
install-yarn: true
29-
node-version: 'v18.17.0'
29+
node-version: 'v20.11.1'
3030
- node/install-packages:
3131
pkg-manager: yarn
3232
# Network concurrency is set to 1 for installation from GitHub to work.
@@ -113,13 +113,13 @@ jobs:
113113
test_android:
114114
executor:
115115
name: android/android-machine
116-
tag: '2022.03.1'
116+
tag: default
117117
working_directory: ~/project/examples/default
118118
environment:
119119
INSTABUG_SOURCEMAPS_UPLOAD_DISABLE: true
120120
steps:
121121
- advanced-checkout/shallow-checkout
122-
- node/install-yarn
122+
# - node/install-yarn
123123
- install_node_modules
124124
- android/run-tests:
125125
working-directory: android
@@ -227,13 +227,13 @@ jobs:
227227
e2e_android:
228228
executor:
229229
name: android/android-machine
230-
tag: 2022.03.1
230+
tag: default
231231
resource-class: large
232232
environment:
233233
INSTABUG_SOURCEMAPS_UPLOAD_DISABLE: true
234234
steps:
235235
- advanced-checkout/shallow-checkout
236-
- node/install-yarn
236+
# - node/install-yarn
237237
- install_node_modules
238238
- node/install-packages:
239239
pkg-manager: yarn

0 commit comments

Comments
 (0)