From 0299467831c72a9be14e3ce1be1eb8b8c205fb09 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Fri, 19 Aug 2016 00:06:05 -0700 Subject: [PATCH] CB-11726 - Update appveyor node versions to 4 and 6, so they will always use the latest versions This closes #324 --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2502c789..76baabca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,8 @@ environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - - nodejs_version: "4.2" + - nodejs_version: "4" + - nodejs_version: "6" install: # - cinst android-sdk