From 0687d9de2ca9f773c25aa24ebf5ab37599ce79b7 Mon Sep 17 00:00:00 2001 From: Gurpreet Atwal Date: Sun, 28 Jun 2020 23:57:32 -0700 Subject: [PATCH] feat(ci): add Node.js 14 to the testing matrix --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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