Skip to content

Commit

Permalink
ci: migrate to nodejs v16 and semrel-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 12, 2022
1 parent c3f51b0 commit 5333df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '12'
- '16'

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand All @@ -23,4 +23,4 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npm_config_yes=true npx -p @qiwi/semrel-toolkit semrel

0 comments on commit 5333df9

Please sign in to comment.