diff --git a/README.md b/README.md index 01c8afa..29d2ff7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ be incorporated into a customized agent to meet specific application needs. ## Installation -**NOTE:** AWS IoT Node.js SDK will only support Node version 4 or above. +**NOTE:** AWS IoT Node.js SDK will only support Node version 8.17 or above. You can check your node version by diff --git a/package.json b/package.json index d4c7863..f100de7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/aws/aws-iot-device-sdk-js", "main": "index.js", "engines": { - "node": ">=4.0.0" + "node": ">=8.17.0" }, "repository": { "type": "git",