From 7b4c3c01009c8071d8c831b54bad30531a480c5d 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.4.1 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 --- .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