From d8e11aa6dcc668e3ce35ce23eae6653a5d81945f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 8 May 2020 19:01:32 -0400 Subject: [PATCH] build: Node.js@10.20 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fecd035..af1e10c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ node_js: - "6.17" - "7.10" - "8.17" - - "10.19" + - "10.20" - "11.15" - "12.15" - "13.14"