Skip to content

Commit

Permalink
Bumping Selenium version (#1199)
Browse files Browse the repository at this point in the history
* Bumping Selenium version

* Switching to new headless command
  • Loading branch information
msaperst authored Mar 10, 2024
1 parent 62512f6 commit 9cc6ab8
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 134 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup Node ☕
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x

- name: Install 🔧
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup Node ☕
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x

- name: Install 🔧
run: |
Expand Down
Loading

0 comments on commit 9cc6ab8

Please sign in to comment.