diff --git a/.travis.yml b/.travis.yml index 684bcac..2ad53c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: + - '14' - '12' - '10' @@ -31,5 +32,5 @@ deploy: skip_cleanup: true script: semantic-release on: - node_js: '10' + node_js: '14' all_branches: true