Skip to content

Commit

Permalink
Updating node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Mar 29, 2020
1 parent a8fc72a commit 43663d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
cache: yarn

install: yarn
Expand All @@ -12,7 +12,7 @@ jobs:
include:
- stage: npm release
if: tag IS present
node_js: "8"
node_js: "10"
script: yarn build
deploy:
provider: npm
Expand Down

0 comments on commit 43663d7

Please sign in to comment.