From 02e97d11bd19ce3e8732283213eb526769c3cdeb Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Mon, 9 Aug 2021 12:17:29 -0500 Subject: [PATCH] update node version in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7147325b..68ae1a77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - git submodule update --init --recursive language: node_js node_js: - - "14.3.0" + - "16.4.1" script: - npm run build - npm test