mapscii/.travis.yml
Christian Paul 21900a7817 .travis.yml: Set versions to the current LTS version + current
Though I don't think that the Travis CI integration still works on this repo.
2024-10-08 23:57:54 +02:00

10 lines
100 B
YAML

language: node_js
node_js:
- "18"
- "20"
- "22"
script:
- npm run-script lint
- npm test