From f00bbbf019befd79e5d82790c5647bdfb82c534c Mon Sep 17 00:00:00 2001 From: Abhishek Date: Mon, 28 Jan 2019 20:42:34 +0530 Subject: [PATCH] Change min node version required to 6.3 in README. Closes #510 (#511) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a9dfca..065ba73c 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ Specifies the files that should be pushed first, useful for scripts that rely on ## Troubleshooting -The library requires **Node version >= 6.0.0**. Use this script to check your version and **upgrade Node if necessary**: +The library requires **Node version >= 6.3.0**. Use this script to check your version and **upgrade Node if necessary**: ```sh node -v # Check Node version