Skip to content

Commit

Permalink
Use recent node version for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Nov 7, 2019
1 parent 2b5488a commit 823dd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- stage: deploy
if: tag IS present
script: echo "Deploying..."
node_js: '8'
node_js: '12'
deploy:
provider: npm
skip_cleanup: true
Expand Down

0 comments on commit 823dd6e

Please sign in to comment.