From 2c1aef1b9da6aca3cfd60e26535be92bbdc058b5 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 21 Oct 2021 19:54:38 +0300 Subject: chore: add node 16 to CI test matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d312ec2..6e0a1c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ node_js: - 10 - 12 - 14 + - 16 -- cgit v1.2.3