Add test for Node 12
This commit is contained in:
parent
45486aa837
commit
3877893ec1
@ -2,7 +2,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: node:8
|
image: node:12
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8.12.0"
|
- "8"
|
||||||
|
- "12"
|
||||||
script: npm run ci
|
script: npm run ci
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user