Skip to content

Commit 4d52080

Browse files
committed
chore: update android image
1 parent ec4319a commit 4d52080

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.circleci/config.base.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ executors:
3838

3939
a: &android-e2e-executor
4040
docker:
41-
- image: cimg/android:2022.09
41+
- image: cimg/android:2023.03
4242
working_directory: ~/repo
4343
resource_class: large
4444
environment:
@@ -124,6 +124,11 @@ jobs:
124124
- checkout
125125
- run: nvm install 18.15.0
126126
- run: nvm alias default 18.15.0
127+
- run:
128+
name: Install Yarn
129+
command: |
130+
npm install -g yarn
131+
yarn --version
127132
- run: yarn config set workspaces-experimental true
128133
- run: yarn cache clean --force
129134
- run: yarn run production-build
@@ -254,6 +259,8 @@ jobs:
254259
- node/install:
255260
install-yarn: true
256261
node-version: '18.15'
262+
- run: yarn config set workspaces-experimental true
263+
- run: yarn cache clean --force
257264
- run: yarn run production-build
258265
- run: *install_cli
259266
- run:

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ executors:
3636
AMPLIFY_PATH: /home/circleci/repo/out/amplify-pkg-linux-x64
3737
a:
3838
docker:
39-
- image: cimg/android:2022.09
39+
- image: cimg/android:2023.03
4040
working_directory: ~/repo
4141
resource_class: large
4242
environment:
@@ -123,6 +123,11 @@ jobs:
123123
- checkout
124124
- run: nvm install 18.15.0
125125
- run: nvm alias default 18.15.0
126+
- run:
127+
name: Install Yarn
128+
command: |
129+
npm install -g yarn
130+
yarn --version
126131
- run: yarn config set workspaces-experimental true
127132
- run: yarn cache clean --force
128133
- run: yarn run production-build
@@ -257,6 +262,8 @@ jobs:
257262
- node/install:
258263
install-yarn: true
259264
node-version: '18.15'
265+
- run: yarn config set workspaces-experimental true
266+
- run: yarn cache clean --force
260267
- run: yarn run production-build
261268
- run: *ref_3
262269
- run:

0 commit comments

Comments
 (0)