10 lines
116 B
YAML
10 lines
116 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache: yarn
|
|
before_script:
|
|
- yarn install
|
|
script:
|
|
- yarn lint
|
|
- yarn test
|