explorer: downgrade nodejs version in travis (#16740)

This commit is contained in:
Justin Starry 2021-04-22 22:27:50 +08:00 committed by GitHub
parent 26fa71a7c1
commit 517a30e83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -73,7 +73,7 @@ jobs:
language: node_js
node_js:
- "node"
- "lts/*"
cache:
directories:

View File

@ -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