aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1d614b4c7..70b8d6f1f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,11 +9,8 @@ environment:
9version: 5.0.0.{build} 9version: 5.0.0.{build}
10 10
11install: 11install:
12 - ps: $version = Get-Content .\.nvmrc -Raw 12 - ps: Install-Product node 10
13 - ps: Install-Product node $version 13 - npx lerna bootstrap
14 - npm ci
15 - node --version
16 - npm --version
17 14
18cache: 15cache:
19 - '%APPDATA%\npm-cache' 16 - '%APPDATA%\npm-cache'