From d7b6b3d411a5ab11474740ca4d2a1215184cc4d9 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 20 Dec 2020 23:38:32 -0500 Subject: [PATCH] build: Node.js@15.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbf5a8b..956bedd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ node_js: - "12.20" - "13.14" - "14.15" - - "15.2" + - "15.4" cache: directories: - node_modules