From e5c16fb2c37cbd83edd97d6ad3fdf6ad812dfa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira=20Mu=C3=B1oz?= Date: Sun, 5 Dec 2021 23:26:24 +0100 Subject: [PATCH] Add Node 16 (Active LTS) and Node 17 (current) to the list of node js environments in Travis CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81f40547..0cf95d4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js node_js: - 12 + - 16 + - 17 os: linux dist: xenial cache: