From f1ab0ea491364eec800c49fd91a054d73ab70a51 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Tue, 16 Oct 2018 14:32:25 +0200 Subject: [PATCH] build: Upgraded nodejs to 8 on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 52f23162033..4bbd3668e19 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ os: Windows Server 2012 R2 clone_folder: c:\gopath\src\github.com\grafana\grafana environment: - nodejs_version: "6" + nodejs_version: "8" GOPATH: C:\gopath GOVERSION: 1.11