diff --git a/.travis.yml b/.travis.yml index fc59906..8eb43d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ notifications: node_js: - 10.14 - 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 diff --git a/appveyor.yml b/appveyor.yml index 6bc0c29..1f97721 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ environment: matrix: - node_version: '10.14' - node_version: '12' - - node_version: '13' + - node_version: '14' branches: only: - master