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:
committed by
László Monda
parent
e394f8483e
commit
fe6cd68c55
@@ -29,7 +29,6 @@ addons:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- nvm install
|
- nvm install
|
||||||
- npm i -g npm@latest
|
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ shallow_clone: true
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- npm i -g npm@latest
|
|
||||||
- choco install chromium
|
- choco install chromium
|
||||||
- set CI=true
|
- set CI=true
|
||||||
- set PATH=%APPDATA%\npm;%PATH%
|
- set PATH=%APPDATA%\npm;%PATH%
|
||||||
|
|||||||
Reference in New Issue
Block a user