From a9afe225eea9cb6d51f5913621213b4aed6e701f Mon Sep 17 00:00:00 2001 From: Lee Rowlands Date: Tue, 20 Apr 2021 17:21:42 +1000 Subject: [PATCH] chore(ci): Don't worry about non LTS node --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ca15ee..2e7b3dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ notifications: email: false node_js: - 12 - - node + - 14 install: - npm install script: