Browse Source

Updated nodejs version in appveyor ci build spec file

Torkel Odegaard 10 years ago
parent
commit
b56a084810
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -5,7 +5,7 @@ os: Windows Server 2012 R2
 clone_folder: c:\gopath\src\github.com\grafana\grafana
 clone_folder: c:\gopath\src\github.com\grafana\grafana
 
 
 environment:
 environment:
-  nodejs_version: "0.10"
+  nodejs_version: "0.12.2"
   GOPATH: c:\gopath
   GOPATH: c:\gopath
 
 
 install:
 install: