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