diff --git a/README.md b/README.md index 3ef26d2..b2107d5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Waiting for localhost:8080..... Connected! ``` -Node LTS should be used, at this stage the package supports Node.js 14 and higher. +Ideally, Node LTS should be used however this package is tested successfully with Node.js 10 and upwards. # Usage diff --git a/package.json b/package.json index 82ee2c8..c095681 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "wait-port": "./bin/wait-port.js" }, "engines": { - "node": ">=14" + "node": ">=10" }, "man": "./man/wait-port.1", "files": [