Skip to content

Commit

Permalink
fix: update nodejs version in CI
Browse files Browse the repository at this point in the history
To please semantic release.
  • Loading branch information
e0ipso authored Dec 12, 2020
1 parent af207a5 commit 2ba5258
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 @@ -9,7 +9,7 @@ before_install:
- git fetch --tags
install: npm install

node_js: 'lts/carbon'
node_js: 'lts/fermium'
stages:
- name: test
# require the event type to not be a semantic release tag.
Expand Down

0 comments on commit 2ba5258

Please sign in to comment.