You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
cache:
|
|
paths:
|
|
- node_modules
|
|
|
|
test:unit-node8:
|
|
image: node:8
|
|
script:
|
|
- node --version
|
|
- npm --version
|
|
- npm install
|
|
- npm test
|
|
|
|
test:unit-node10:
|
|
image: node:10
|
|
script:
|
|
- node --version
|
|
- npm --version
|
|
- npm install
|
|
- npm test
|
|
|