12 lines
105 B
YAML
12 lines
105 B
YAML
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- node
|
||
|
- 'lts/*'
|
||
|
|
||
|
cache: npm
|
||
|
|
||
|
script:
|
||
|
- npm run build
|
||
|
- npm run test
|