File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ executors:
38
38
39
39
a : &android-e2e-executor
40
40
docker :
41
- - image : cimg/android:2022.09
41
+ - image : cimg/android:2023.03
42
42
working_directory : ~/repo
43
43
resource_class : large
44
44
environment :
@@ -124,6 +124,11 @@ jobs:
124
124
- checkout
125
125
- run : nvm install 18.15.0
126
126
- run : nvm alias default 18.15.0
127
+ - run :
128
+ name : Install Yarn
129
+ command : |
130
+ npm install -g yarn
131
+ yarn --version
127
132
- run : yarn config set workspaces-experimental true
128
133
- run : yarn cache clean --force
129
134
- run : yarn run production-build
@@ -254,6 +259,8 @@ jobs:
254
259
- node/install :
255
260
install-yarn : true
256
261
node-version : ' 18.15'
262
+ - run : yarn config set workspaces-experimental true
263
+ - run : yarn cache clean --force
257
264
- run : yarn run production-build
258
265
- run : *install_cli
259
266
- run :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ executors:
36
36
AMPLIFY_PATH : /home/circleci/repo/out/amplify-pkg-linux-x64
37
37
a :
38
38
docker :
39
- - image : cimg/android:2022.09
39
+ - image : cimg/android:2023.03
40
40
working_directory : ~/repo
41
41
resource_class : large
42
42
environment :
@@ -123,6 +123,11 @@ jobs:
123
123
- checkout
124
124
- run : nvm install 18.15.0
125
125
- run : nvm alias default 18.15.0
126
+ - run :
127
+ name : Install Yarn
128
+ command : |
129
+ npm install -g yarn
130
+ yarn --version
126
131
- run : yarn config set workspaces-experimental true
127
132
- run : yarn cache clean --force
128
133
- run : yarn run production-build
@@ -257,6 +262,8 @@ jobs:
257
262
- node/install :
258
263
install-yarn : true
259
264
node-version : ' 18.15'
265
+ - run : yarn config set workspaces-experimental true
266
+ - run : yarn cache clean --force
260
267
- run : yarn run production-build
261
268
- run : *ref_3
262
269
- run :
You can’t perform that action at this time.
0 commit comments