From 569bd9cc2d958be48a4b7690c30cee782eebac1b Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 24 Feb 2020 02:05:51 -0500 Subject: [PATCH] build: Node.js@10.19 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6244145..9e54c64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ node_js: - "7.10" - "8.17" - "9.11" - - "10.18" + - "10.19" - "11.15" - "12.14" - "13.6"