From 21900a781726b1b3635888e2527fef1c02e31892 Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Tue, 8 Oct 2024 23:57:54 +0200 Subject: [PATCH] .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. --- .travis.yml | 4 ++-- 1 file 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