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:
|
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
|
||||||
|
Reference in New Issue
Block a user