appveyor: Use current dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-12-17 17:20:19 -08:00
parent a1bb6da4fb
commit d7adce0ebf

View File

@@ -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