7 lines
91 B
YAML
7 lines
91 B
YAML
language: node_js
|
|
node_js:
|
|
- lts/*
|
|
cache: yarn
|
|
script:
|
|
- yarn test
|
|
- yarn lint
|