mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 23:53:08 +01:00
10 lines
100 B
YAML
10 lines
100 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
- "12"
|
|
- "14"
|
|
|
|
script:
|
|
- npm run-script lint
|
|
- npm test
|