7 lines
81 B
YAML
7 lines
81 B
YAML
language: node_js
|
|
node_js:
|
|
- '10'
|
|
cache: yarn
|
|
script:
|
|
- yarn
|
|
- yarn test-ci |