From fa456271eb68b0c4549d73511b09aca615074192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 2 Jul 2018 11:31:54 -0700 Subject: [PATCH] meta: add node 10 to appveyor --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 01785be..42162b5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ environment: matrix: + - nodejs_version: "10" - nodejs_version: "9" - nodejs_version: "8" - nodejs_version: "6" @@ -9,8 +10,9 @@ platform: install: - ps: Install-Product node $env:nodejs_version $env:platform + - npm i -g npm@latest - npm config set spin false - - npm install + - npm ci test_script: - npm test