File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ executors:
2121
2222orbs :
2323 android :
circleci/[email protected] 24+ 2425
2526# Always run job
2627run_always : &run_always
@@ -116,12 +117,13 @@ jobs:
116117 executor :
117118 name : android/android-machine
118119 resource-class : large
119- tag : 2021.10.1
120+ tag : default
120121 working_directory : ~/project
121122 steps :
122123 - checkout :
123124 path : ~/project
124-
125+ - node/install :
126+ node-version : ' 18.17.0'
125127 - attach_workspace :
126128 at : ~/project
127129
@@ -170,6 +172,9 @@ jobs:
170172 working_directory : example/e2e
171173 name : Install Maestro
172174 command : npm run maestro:install
175+ - run :
176+ name : Set Ruby Version
177+ command : rbenv global 3.3.5 && rbenv rehash
173178
174179 - restore_cache :
175180 keys :
Original file line number Diff line number Diff line change 1- 3.3.4
1+ 3.3.5
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4- ruby '3.3.4 '
4+ ruby '3.3.5 '
55
66gem 'activesupport' , '~> 7.2'
77gem 'cocoapods' , '~> 1.16'
You can’t perform that action at this time.
0 commit comments