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

View File

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