Skip to content

Commit 8d58eb7

Browse files
ci: Use appium from the release branch
1 parent 894380b commit 8d58eb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci-jobs/functional/setup_appium.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: '16.x'
5-
displayName: Install Node 16.x
6-
- script: npm install -g appium@next --chromedriver_version='2.44'
4+
versionSpec: '18.x'
5+
displayName: Install Node.js
6+
- script: npm install -g appium
77
displayName: Install appium
88
- task: UsePythonVersion@0
99
inputs:

0 commit comments

Comments
 (0)