Skip to content

Commit

Permalink
fix(build): use node 14 for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Nov 16, 2021
1 parent 24334cb commit d6430d7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dist: xenial
cache: pip

before_install:
- npm install npm@latest -g
- sudo apt-get update
- sudo apt-get install pandoc
- pip install pypandoc
Expand All @@ -28,13 +27,13 @@ script:
- tox

before_deploy:
- pip install bump2version
- nvm install 12
- nvm install 14
- npm install npm@latest -g
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
- npm install @semantic-release/git
- npm install @semantic-release/github

- pip install bump2version

deploy:
- provider: script
Expand Down

0 comments on commit d6430d7

Please sign in to comment.