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