From 203659946a55456c9882836e5d869cff2cfa4fda Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 22 Aug 2016 17:32:05 +0200 Subject: [PATCH] Fix CI builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In Node.js v6.4.0, writing an empty string out of the buffer bounds throws an exception. This will be fixed in Node.js v6.5.0 but for now we’re going to have to stick to v6.3.1, which doesn’t have this issue. https://github.com/nodejs/node/issues/8127 https://github.com/nodejs/node/pull/8253 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 1e8b31496..dc0208aba 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -6 +6.3.1