From 90439283138c2ccd3b604ece4cf270137bdf0e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:10:39 +0000 Subject: [PATCH] Update dependency node to 8.17 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44bfe9b..9192018 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: node_js node_js: - "6.0" - "6.9" - - "8.0" + - "8.17" - "8" - "10"