diff --git a/appveyor.yml b/appveyor.yml index 11b5dd7cca..0da0d995fc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ services: build: false environment: - nodejs_version: "6" + nodejs_version: "8" DEBUG: True DJANGO_SECRET_KEY: secret DATABASE_URL: postgres://postgres:Password12!@localhost:5432/networkapi @@ -40,7 +40,10 @@ init: install: - ps: Install-Product node $env:nodejs_version - - npm install + - "npm install -g npm@latest" + - "set" + - "dir" + - "npm ci" - "virtualenv network -p %PYTHON%/python.exe" - "./network/Scripts/activate" - "pip install -r requirements.txt"