We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afd61e commit 36a9267Copy full SHA for 36a9267
README.md
@@ -59,7 +59,7 @@ be incorporated into a customized agent to meet specific application needs.
59
<a name="install"></a>
60
## Installation
61
62
-**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.
63
64
You can check your node version by
65
package.json
@@ -10,7 +10,7 @@
10
"homepage": "https://github.com/aws/aws-iot-device-sdk-js",
11
"main": "index.js",
12
"engines": {
13
- "node": ">=4.0.0"
+ "node": ">=8.17.0"
14
},
15
"repository": {
16
"type": "git",
0 commit comments