From 4b6f05f833e18007e962c4b8b0245e9efb10c203 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sun, 19 Jul 2020 07:45:07 +0100 Subject: [PATCH] Travis: Test against Node 14 (#267) And remove Node 13 from the matrix since it's no longer supported and we still test against 12 and 14, which is good enough. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f304d3..9913113 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: yarn node_js: - '10' - '12' -- '13' +- '14' jobs: include: # Prettier has dropped support for Node 8, so we have to skip linting and use --ignore-engines.