diff options
author | Christian Paul <info@jaller.de> | 2024-10-08 23:57:54 +0200 |
---|---|---|
committer | Christian Paul <info@jaller.de> | 2024-10-08 23:57:54 +0200 |
commit | 21900a781726b1b3635888e2527fef1c02e31892 (patch) | |
tree | fa950b2a96b0e3b67f5d63e806ef507a65015be5 | |
parent | 4fe9a60a0c9da952dadc5214a9ca5c68c447fdf8 (diff) |
.travis.yml: Set versions to the current LTS version + currentj94/travis-ci
Though I don't think that the Travis CI integration still works on this repo.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f8223c3..4db5dcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - "14" - - "16" - "18" + - "20" + - "22" script: - npm run-script lint |