Skip to content

Commit

Permalink
fix: use node v18 with semantic-release
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <[email protected]>
  • Loading branch information
padamstx committed Jan 9, 2023
1 parent b4c7377 commit 07a57ef
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 @@ -27,7 +27,7 @@ script:
- make scan-gosec

before_deploy:
- nvm install 14
- nvm install 18
- npm install -g [email protected]
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
Expand Down

0 comments on commit 07a57ef

Please sign in to comment.