From 98dd655ef40cda3e6918a6dc9dc9377559517d92 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Thu, 23 Jan 2020 12:08:57 -0600 Subject: [PATCH] Use node 13.6 in travis Some weird behavior changed w/ async iteration in node 13.7...I'm not sure if this was an unintentional break or not but it definitely diverges in behavior from node 12 and earlier versions in node 13...so for now going to run tests on 13.6 to unblock the tests from running while I track this down. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61a7a79a..7ea347e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: node_js: - lts/dubnium - lts/erbium - - 13 + - 13.6 addons: postgresql: "10"