From aaba1fcefe85663cdd0f8679ee644badf3f05733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 07:49:58 +0000 Subject: [PATCH] Update Node.js to 0.12 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8111245..f331b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - - 0.6 - - 0.8 \ No newline at end of file + - 0.12 + - 0.12 \ No newline at end of file