Add test for Node 12

This commit is contained in:
Jerko Steiner 2019-11-14 00:30:16 -03:00
parent 45486aa837
commit 3877893ec1
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ stages:
- test
test:
image: node:8
image: node:12
stage: test
script:
- npm install

View File

@ -1,6 +1,7 @@
language: node_js
node_js:
- "8.12.0"
- "8"
- "12"
script: npm run ci
notifications:
email: false