diff --git a/.travis.yml b/.travis.yml index aebd59a6..60d0b635 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js -node_js: -17 +node_js: + - 17 install: npm install -g jsonlint-cli jsmin script: # Here is how the monster of a command below works