build: upgrade node to 8.8.1 (#471)
* build: upgrade to nodejs 8.8.1 and npm 5.5.1 * ci: upgrade the npm to the latest version in ci files * build: remove duplication from clean script
This commit is contained in:
committed by
László Monda
parent
2f459a88c6
commit
bd49e26978
@@ -18,6 +18,7 @@ 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%
|
||||
|
||||
Reference in New Issue
Block a user