Skip to content

Commit 1f1911a

Browse files
committed
chore(build): use node 14 for new semantic-release
1 parent 9588f88 commit 1f1911a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
before_deploy:
2929
- pip3 install --editable .
3030
- pip3 install bumpversion
31-
- nvm install 12
31+
- nvm install 14
3232
- npm install @semantic-release/changelog
3333
- npm install @semantic-release/exec
3434
- npm install @semantic-release/git

0 commit comments

Comments
 (0)