Skip to content

Commit 3e77935

Browse files
author
David Haeffner
committed
Updated the supported Node version info in the readme for the runner
1 parent a9f64b0 commit 3e77935

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/selenium-side-runner/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Runs exported Selenium IDE tests in command line
33

44
## Installation
55
Node.js is required to use `selenium-side-runner`.
6-
The project guarantees support for the [active LTS major version](https://github.com/nodejs/Release) (e.g. [8](https://nodejs.org/en/download/) & [10](https://nodejs.org/en/download/current/)).
6+
The project guarantees support for the [active LTS major version](https://github.com/nodejs/Release) (e.g. [10](https://nodejs.org/en/download/) & [12](https://nodejs.org/en/download/current/)).
7+
8+
__NOTE: The minimum supported version of Node is now 10.15.0 LTS__
79

810
```yarn global add selenium-side-runner```
911
or

0 commit comments

Comments
 (0)