From 67fd248613f41ad96b2726aeb1312d42cf9b783f Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra Date: Fri, 6 May 2022 05:22:36 -0400 Subject: [PATCH] chore(ci): update node lts --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42e07c6c..67028610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "14.19.0" + - "16.15.0" before_install: - npm update -g npm - npm install -g grunt-cli