diff --git a/.travis.yml b/.travis.yml index 102ee4080b..04a5221c54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ jobs: language: node_js node_js: - - "node" + - "lts/*" cache: directories: diff --git a/explorer/.travis.yml b/explorer/.travis.yml index 71f18f5a84..d4883332f8 100644 --- a/explorer/.travis.yml +++ b/explorer/.travis.yml @@ -1,9 +1,14 @@ language: node_js + +# "node" (v16) is not supported by node-sass yet +# https://github.com/sass/node-sass/pull/3090 node_js: - - "node" + - "lts/*" + branches: only: - master + script: - npm run build - npm run test