Skip to content

Commit 823dd6e

Browse files
committed
Use recent node version for deploy
1 parent 2b5488a commit 823dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- stage: deploy
2020
if: tag IS present
2121
script: echo "Deploying..."
22-
node_js: '8'
22+
node_js: '12'
2323
deploy:
2424
provider: npm
2525
skip_cleanup: true

0 commit comments

Comments
 (0)