Skip to content

Commit

Permalink
chore: run ci on node@14 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Aug 22, 2020
1 parent 9290ae4 commit f7317a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ notifications:
node_js:
- 10.13
- 12
- 14
- node
install:
- yarn
Expand All @@ -22,7 +23,7 @@ deploy:
- npx semantic-release@15
on:
branch: master
node_js: '12'
node_js: '14'
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit f7317a6

Please sign in to comment.