build: upgrade nodejs => 8.9.0 (#485)

* build: upgrade nodejs => 8.9.0

* ci: remove npm upgrade from CI files
This commit is contained in:
Róbert Kiss
2017-11-02 21:22:43 +01:00
committed by László Monda
parent e394f8483e
commit fe6cd68c55
3 changed files with 1 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ shallow_clone: true
install:
- ps: Install-Product node $env:nodejs_version
- npm i -g npm@latest
- choco install chromium
- set CI=true
- set PATH=%APPDATA%\npm;%PATH%