From f793703ee35ee5260517fc7145a742ff82832ec9 Mon Sep 17 00:00:00 2001 From: sportnak Date: Thu, 15 Nov 2018 14:53:56 -0800 Subject: [PATCH] Node Version +8.9.0 (Joi)[https://github.com/hapijs/joi/] decided to require node 8.9.0 to support Node TLS. I've run into this dependency breaking installing of wait-on in my build environment with node 6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a5468a..e469dd1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ wait-on can also be used in reverse mode which waits for resources to NOT be ava ## Installation -Latest version 3 requires Node.js v6+ +Latest version 3 requires Node.js v8.9+ (Node.js v4 users can still use wait-on@2.1.2, and older Node.js engines, use wait-on@1.5.4)