From d7adce0ebf508ce7451a3ce7c83f706bf8b0e5c0 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 17 Dec 2020 17:20:19 -0800 Subject: [PATCH] appveyor: Use current dependencies. Signed-off-by: Anders Kaseorg --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e5f57589..4cec8e06 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,15 +2,14 @@ version: build{build} platform: - x64 -os: Previous Visual Studio 2015 + +os: Visual Studio 2015 cache: - node_modules -> appveyor.yml install: - - ps: Install-Product node 10 x64 - - git reset --hard HEAD - - npm install npm -g + - ps: Install-Product node LTS $env:platform - node --version - npm --version - python --version