mapscii/.travis.yml

10 wiersze
100 B
YAML

language: node_js
node_js:
- "14"
- "16"
- "18"
script:
- npm run-script lint
- npm test