.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.
This commit is contained in:
Christian Paul 2024-10-08 23:57:54 +02:00
parent 4fe9a60a0c
commit 21900a7817

View File

@ -1,8 +1,8 @@
language: node_js
node_js:
- "14"
- "16"
- "18"
- "20"
- "22"
script:
- npm run-script lint