Skip to content

Commit

Permalink
fix(project): Bump version of Node used for semantic release
Browse files Browse the repository at this point in the history
Signed-off-by: James Hart <[email protected]>
  • Loading branch information
jhart1685 committed Aug 11, 2022
1 parent 09d59e2 commit 7eec910
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 @@ -29,7 +29,7 @@ script: tox
# To enable semantic-release, uncomment these sections.
before_deploy:
- pip install bump2version
- nvm install 12
- nvm install 14
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
- npm install @semantic-release/git
Expand Down

0 comments on commit 7eec910

Please sign in to comment.