From d8fda0c7c577c1898358dffd950d03a9e34b4435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 20:20:23 +0000 Subject: [PATCH] Update Node.js to 0.12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd02fcf..40c7435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: node_js node_js: - lts/* - 6 - - "0.10" + - "0.12" - "0.12" - "4.3"