Update NodeJS in CI from 6 to 10

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-09-04 12:51:57 +02:00
parent f0ef42e604
commit 8c058672ca
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ before_install:
# get a newer node.js version
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- nvm install 6
- nvm install 10
- npm install -g npm@latest
# install server
- cd nextcloud