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: platform:
- x64 - x64
os: Previous Visual Studio 2015
os: Visual Studio 2015
cache: cache:
- node_modules -> appveyor.yml - node_modules -> appveyor.yml
install: install:
- ps: Install-Product node 10 x64 - ps: Install-Product node LTS $env:platform
- git reset --hard HEAD
- npm install npm -g
- node --version - node --version
- npm --version - npm --version
- python --version - python --version