From 62b338848a20390d9f6fba7fee9ee4413a504a79 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Sat, 14 Mar 2020 14:18:09 +0100 Subject: [PATCH] Do not test newer Node.js than `v13.8.0` They are very buggy and need fixing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8423b963b..5fe9b54fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '13' + - '13.8.0' - '12' - '10' after_success: