From 2467a152ec310b7e246596a77076ab08f53db392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 04:13:23 +0000 Subject: [PATCH] Update dependency node to 6.17 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44bfe9b..0953351 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - "6.0" - - "6.9" + - "6.17" + - "6.17" - "8.0" - "8" - "10"