From c8fb4168d48b70753d38bb0b05867efcdeaa3b31 Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Tue, 21 Apr 2020 23:23:52 -0700 Subject: [PATCH] Add Node 14 to CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 579ad5ac..0518579d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ node_js: # if 13.8 still has this problem when it comes down I'll talk to the node team about the change # in the mean time...peg to 13.6 - 13.6 + - 14 addons: postgresql: "10"