Skip to content

Commit

Permalink
[js] minimum supported version of Node is now 10.15.0 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed May 8, 2019
1 parent 10e4fdc commit b074e75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v.next

### Notice

* The minimum supported version of Node is now 10.15.0 LTS

### Changes

* add `pollTimeout` argument to the `wait()` method. Default value is `200`ms
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/SeleniumHQ/selenium.git"
},
"engines": {
"node": ">= 8.9.0"
"node": ">= 10.15.0"
},
"dependencies": {
"jszip": "^3.1.5",
Expand Down

0 comments on commit b074e75

Please sign in to comment.