diff --git a/.travis.yml b/.travis.yml index f673a3f4..7a8368ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ notifications: node_js: - 10 - 12 + - 14 - node install: npm install script: @@ -18,5 +19,5 @@ branches: jobs: include: - stage: release - node_js: 12 + node_js: 14 script: kcd-scripts travis-release