update gitlab tests to run on newer node versions
This commit is contained in:
parent
960d7f5051
commit
16da54cb63
@ -22,8 +22,12 @@ cache:
|
|||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
test:6:
|
test:8:
|
||||||
image: node:6-alpine
|
image: node:8-alpine
|
||||||
|
script: yarn run test
|
||||||
|
|
||||||
|
test:9:
|
||||||
|
image: node:9-alpine
|
||||||
script: yarn run test
|
script: yarn run test
|
||||||
|
|
||||||
test:latest:
|
test:latest:
|
||||||
|
Loading…
Reference in New Issue
Block a user