Skip to content

Commit

Permalink
Merge pull request #561 from Satellite-im/luis/update-package
Browse files Browse the repository at this point in the history
chore(appium): workaround for webdriverio failure with latest nodejs
  • Loading branch information
luisecm authored Dec 8, 2023
2 parents ba7b1e5 + f8920ee commit 0474123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ui-automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Setup Node.js 🔨
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.17.1
cache: "npm"

- name: Cache NPM dependencies 🔨
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Setup Node.js 🔨
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.17.1
cache: "npm"

- name: Cache NPM dependencies 🔨
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
- name: Setup Node.js 🔨
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.17.1
cache: "npm"

- name: Cache NPM dependencies 🔨
Expand Down

0 comments on commit 0474123

Please sign in to comment.