From 9d722a00ebfe23ae453799238a20496f2ddb14d6 Mon Sep 17 00:00:00 2001 From: Smitty Date: Wed, 21 Oct 2020 15:45:04 -0400 Subject: [PATCH] Test on nodejs v14 This makes it so we test the same versions as Svelte itself: https://github.com/sveltejs/svelte/blob/10f68289ba55a21d47e45af24175eaae5b04149a/.github/workflows/ci.yml#L9 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9148d117..5cc64626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: - '8' - '10' - '12' +- '14' script: - npm run all \ No newline at end of file