summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Paul <info@jaller.de>2022-04-29 20:03:20 +0200
committerGitHub <noreply@github.com>2022-04-29 20:03:20 +0200
commit76f541db465e50755fbf1781c6d1b92f919b8edb (patch)
tree794699f2f3ad6093d48bac037e0ede343eb23cc2
parent2315a3515c8870b8f88b1aa7978922fc7d426777 (diff)
Test on Node 14, 16 and 18
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 513a624..f8223c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- - "10"
- - "12"
- "14"
+ - "16"
+ - "18"
script:
- npm run-script lint