From 7872a93f68c4f7cc8060ce4fb3c1ef3c1b4af621 Mon Sep 17 00:00:00 2001 From: Jonathan Samines Date: Fri, 8 Jul 2022 16:16:06 +0000 Subject: [PATCH] Add Node 12, 14 and 16 to test matrix --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7fd9181..bd67110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,6 @@ node_js: - 6 - 8 - 10 + - 12 + - 14 + - 16