From b342383276787ade3e401d4db1fbe3e590030b98 Mon Sep 17 00:00:00 2001 From: abetomo Date: Mon, 25 May 2020 09:14:32 +0900 Subject: [PATCH] test(travis-ci): Add Node.js14 to Travis CI configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6e62390..1f356c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ os: - windows sudo: false node_js: + - "14" - "12" - "10" - "8"