Skip to content

Commit 1435929

Browse files
committed
[js] Bump the min supported version of Node to 6.9.0 (LTS)
1 parent f72741d commit 1435929

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## v.next
22

3+
* (__NOTICE__) The minimum supported version of Node is now 6.9.0 LTS
34
* Removed support for the SafariDriver browser extension. This has been
45
replaced by Apple's safaridriver, which is included wtih Safari 10
56
(available on OS X El Capitan and macOS Sierra).

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/SeleniumHQ/selenium.git"
2121
},
2222
"engines": {
23-
"node": ">= 4.2.x"
23+
"node": ">= 6.9.x"
2424
},
2525
"dependencies": {
2626
"adm-zip": "0.4.4",

0 commit comments

Comments
 (0)