Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson [draw.io] <david@jgraph.com>2019-08-02 18:48:20 +0300
committerDavid Benson [draw.io] <david@jgraph.com>2019-08-02 18:48:20 +0300
commitc0d46d971851868cc906d7ae4879976c1c300a43 (patch)
tree70eb6492289dd3f66e698a0674b4347157bf89d4 /appveyor.yml
parent5fcdf3aa92ee43f4662e33422ef735d8b0df83f7 (diff)
Force yarn version
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 91e37d4..e3a37b8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,7 +18,7 @@ clone_script:
install:
- ps: Install-Product node 10 x64
- - npm install -g yarn
+ - npm install -g yarn@1.16.0
- yarn install
- cd drawio/src/main/webapp
- yarn install