Skip to content

Commit

Permalink
Merge pull request snyk#956 from snyk/fix/use-node-10-during-release
Browse files Browse the repository at this point in the history
fix: use node 10 during travis release
  • Loading branch information
gitphill authored Jan 10, 2020
2 parents f20eec4 + 5d83dc4 commit 2b6b650
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 2b6b650

Please sign in to comment.