mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
appveyor: Use current dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user