Skip to content

Commit d6430d7

Browse files
committed
fix(build): use node 14 for semantic-release
1 parent 24334cb commit d6430d7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dist: xenial
1212
cache: pip
1313

1414
before_install:
15-
- npm install npm@latest -g
1615
- sudo apt-get update
1716
- sudo apt-get install pandoc
1817
- pip install pypandoc
@@ -28,13 +27,13 @@ script:
2827
- tox
2928

3029
before_deploy:
31-
- pip install bump2version
32-
- nvm install 12
30+
- nvm install 14
31+
- npm install npm@latest -g
3332
- npm install @semantic-release/changelog
3433
- npm install @semantic-release/exec
3534
- npm install @semantic-release/git
3635
- npm install @semantic-release/github
37-
36+
- pip install bump2version
3837

3938
deploy:
4039
- provider: script

0 commit comments

Comments
 (0)