Use node 10

This commit is contained in:
Richard Davey 2019-07-03 14:32:01 +01:00
parent 5106b2c935
commit e011706b91

View file

@ -6,12 +6,12 @@ git:
language: node_js
node_js:
- '9'
- '10'
env:
- TERM=dumb
script:
- npm install
- npm run lint
- npm run build
- yarn install
- yarn run lint
- yarn run build