mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
10 lines
103 B
YAML
10 lines
103 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "8"
|
||
|
- "9"
|
||
|
- "10"
|
||
|
- "11"
|
||
|
script:
|
||
|
- npm run lint
|
||
|
- npm run test
|