From 4ac51899c3375b34c9fb7da618b6334eb83dec83 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 2 Apr 2019 20:41:14 +0100 Subject: [PATCH] Docs: minimum supported version of Node.js is 6 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index beb8a385..c0bd4e4d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -10,7 +10,7 @@ yarn add sharp ## Prerequisites -* Node v4.5.0+ +* Node.js v6+ ### Building from source