From a99bc6a9b821db205a0a517467e40bfae8e52b61 Mon Sep 17 00:00:00 2001 From: Manuel Mujica Date: Sun, 17 Jun 2018 13:52:06 -0600 Subject: [PATCH] Update AppVeyor Node.js versions to match Travis --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 70665c251..da1d8a0e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ # Test against this version of Node.js environment: matrix: - - nodejs_version: "4" - nodejs_version: "6" + - nodejs_version: "8" # Install scripts. (runs after repo cloning) install: