ci: use node 8.9.4 (#571)

Node 8.9.4 contain a few security update and use npm 5.6.0 so not need to
install npm in the build process. The build time will a few sec sorter
This commit is contained in:
Róbert Kiss
2018-01-29 23:20:07 +01:00
committed by László Monda
parent 02f1053d46
commit 6358528438
3 changed files with 1 additions and 3 deletions

2
.nvmrc
View File

@@ -1 +1 @@
8.9.1
8.9.4

View File

@@ -45,7 +45,6 @@ addons:
install:
- nvm install
- npm i -g npm@5.6.0
- npm install
before_script:

View File

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