ci(travis): update node version to lts

This commit is contained in:
Raz Luvaton
2021-03-31 13:07:54 +03:00
committed by GitHub
parent 8c4e487ea5
commit 71c083ac97

View File

@ -1,5 +1,5 @@
language: node_js
node_js: 8
node_js: lts/*
script:
- cd .operations
- npm i
@ -7,4 +7,4 @@ script:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo `curl -s $PR | jq -r .head.ref`; fi)
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, PR=$PR, BRANCH=$BRANCH"
- npm run lint
- npm run build
- npm run build