Skip to content

Commit

Permalink
chore(build): bump node to 14 to support new semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Oct 1, 2021
1 parent a497c8c commit 2275342
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 @@ -15,10 +15,10 @@ env:
- GO111MODULE=on

before_install:
- nvm install 12
- nvm install 14
- npm install -g [email protected]
- sudo apt-get update
- sudo apt-get install python
- pyenv global 3.8

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.41.1
Expand All @@ -33,12 +33,11 @@ after_success:
- build/publishCodeCoverage.sh

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

deploy:
- provider: script
Expand Down

0 comments on commit 2275342

Please sign in to comment.