update node version in .travis.yml

This commit is contained in:
Steven Hugg 2021-08-09 12:17:29 -05:00
parent 3b21a23336
commit 02e97d11bd
1 changed files with 1 additions and 1 deletions

View File

@ -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