Skip to content

Commit

Permalink
[js] Bump the min supported version of Node to 6.9.0 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Oct 18, 2016
1 parent f72741d commit 1435929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v.next

* (__NOTICE__) The minimum supported version of Node is now 6.9.0 LTS
* Removed support for the SafariDriver browser extension. This has been
replaced by Apple's safaridriver, which is included wtih Safari 10
(available on OS X El Capitan and macOS Sierra).
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": ">= 4.2.x"
"node": ">= 6.9.x"
},
"dependencies": {
"adm-zip": "0.4.4",
Expand Down

0 comments on commit 1435929

Please sign in to comment.