Skip to content

Commit

Permalink
fix: use node 10 during travis release
Browse files Browse the repository at this point in the history
  • Loading branch information
gitphill committed Jan 10, 2020
1 parent f20eec4 commit 5d83dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: "Danger Zone"
- stage: Release
if: branch = master AND type != pull_request
node_js: "8"
node_js: "10"
script:
- npm i -g semantic-release @semantic-release/exec && semantic-release
branches:
Expand Down

0 comments on commit 5d83dc4

Please sign in to comment.