From 3ccade216092e3c585b4fc17852be36b337e9fda Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Fri, 26 Aug 2016 17:20:05 +0200 Subject: [PATCH 1/2] Pin builds to Node.js 6.3.x Node.js 6.4.0 was shipped with a bug in it's Buffer implementation that causes the tedious test cases to fail. See https://github.com/tediousjs/tedious/issues/431, https://github.com/nodejs/node/pull/8127 and https://github.com/nodejs/node/pull/8154. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fa5cb7f75..4aab8e0b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "5" - - nodejs_version: "6" + - nodejs_version: "6.3" branches: only: From 0e1a8cc3bc84cdc1a768c9cf00e11f4dd8707f1a Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Fri, 26 Aug 2016 17:24:05 +0200 Subject: [PATCH 2/2] Also pin the Node.JS version used for Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d6dbc85c..9f8f665c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ node_js: - "0.12" - "4" - "5" - - "6" + - "6.3" branches: only: