From 99b87a73d7aa3fa0beec9b7b1f7ad1a2f06b243f Mon Sep 17 00:00:00 2001 From: Fevix Date: Fri, 3 Jun 2022 13:58:01 -0400 Subject: [PATCH] Update Travis to use version 17 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06119487..aebd59a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -node_js: node +node_js: -17 install: npm install -g jsonlint-cli jsmin script: # Here is how the monster of a command below works