Use latest node on travis

This commit is contained in:
Ken-Håvard Lieng 2020-05-08 04:16:41 +02:00
parent 1773fef8ef
commit dcbf3397c1

View File

@ -15,10 +15,10 @@ matrix:
install:
- GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
- cd client
- nvm install 12.4.0
- nvm use 12.4.0
- nvm install node
- nvm use node
- npm install -g yarn
- yarn global add gulp
- yarn global add gulp-cli
- yarn
script: