Skip to content

Commit

Permalink
Bump Selenium Version to 4.8.0 (nightwatchjs#3586)
Browse files Browse the repository at this point in the history
* Bump Selenium Version to 4.8.0

* Removed NodeJS 12.x support
  • Loading branch information
AutomatedTester authored and harshit-bs committed Mar 16, 2023
1 parent 787e3fd commit 476d5a5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"open": "8.4.0",
"ora": "5.4.1",
"piscina": "^3.2.0",
"selenium-webdriver": "4.6.1",
"selenium-webdriver": "4.8.0",
"semver": "7.3.5",
"stacktrace-parser": "0.1.10",
"strip-ansi": "6.0.1",
Expand Down Expand Up @@ -117,7 +117,7 @@
}
},
"engines": {
"node": ">= 12.0.0"
"node": ">= 14.0.0"
},
"keywords": [
"nightwatch",
Expand Down

0 comments on commit 476d5a5

Please sign in to comment.