Skip to content

Commit d45be6c

Browse files
committed
ci: find a way to make it work
1 parent b22b031 commit d45be6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535

3636
- name: Install Node.js
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v5
3838
with:
3939
node-version: 'lts/*'
4040

@@ -54,7 +54,7 @@ jobs:
5454
- run: brew install ffmpeg
5555

5656
# Start Appium
57-
- run: npm install -g appium
57+
- run: npm install --location=global appium
5858
- run: |
5959
appium driver install xcuitest
6060
appium driver run xcuitest build-wda --sdk=${{ env.IOS_VERSION }} --name='${{ env.IPHONE_MODEL }}'

0 commit comments

Comments
 (0)