mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-01 19:19:19 +00:00
7 lines
90 B
YAML
7 lines
90 B
YAML
language: node_js
|
|
node_js:
|
|
- 'stable'
|
|
- 'lts/*'
|
|
|
|
script: npm run lint && npm run test
|