From 7607a4c6c909ae41979b6d6094e9271879f7c9f1 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 24 Feb 2020 02:06:07 -0500 Subject: [PATCH] build: Node.js@13.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index abcc9e4..39a4b58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ node_js: - "10.19" - "11.15" - "12.16" - - "13.6" + - "13.9" cache: directories: - node_modules