File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ jobs:
122122 steps :
123123 - checkout :
124124 path : ~/project
125+ - node/install :
126+ node-version : ' 18.17.0'
125127
126128 - attach_workspace :
127129 at : ~/project
Original file line number Diff line number Diff line change 88 "build:ios" : " xcodebuild build -workspace ../ios/IntercomReactNativeExample.xcworkspace -scheme IntercomReactNativeExampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ./build" ,
99 "test:android" : " maestro test ./maestro/android/*.yaml" ,
1010 "test:ios" : " maestro test ./maestro/ios/*.yaml" ,
11- "maestro:install" : " curl -Ls \" https://get.maestro.mobile.dev\" | bash"
11+ "maestro:install" : " export MAESTRO_VERSION=1.36.0; curl -Ls \" https://get.maestro.mobile.dev\" | bash"
1212 },
1313 "keywords" : [],
1414 "author" : " " ,
2626 "@wdio/mocha-framework" : " ^7.7.3" ,
2727 "@wdio/spec-reporter" : " ^9.5.0" ,
2828 "chromedriver" : " ^131.0.4" ,
29- "maestro-cli" : " ^1.0.6 " ,
29+ "maestro-cli" : " ^1.40.3 " ,
3030 "ts-node" : " ^10.0.0" ,
3131 "typescript" : " ^4.3.2" ,
3232 "wdio-chromedriver-service" : " ^8.1.1"
You can’t perform that action at this time.
0 commit comments