Skip to content

Commit ecf24ca

Browse files
none: trying to use older version of maestro
1 parent 66e5ee8 commit ecf24ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

example/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": "",
@@ -26,7 +26,7 @@
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"

0 commit comments

Comments
 (0)