From b5d3238bd07c25f1d82a7ed08156fe7c5fa063fa Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 29 May 2021 23:59:00 -0400 Subject: [PATCH] build: support Node.js 16.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index aa41d40..d83326c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ node_js: - "13.14" - "14.17" - "15.12" + - "16.2" cache: directories: - node_modules