From 1131836898b86f8769ffa8dd09438efdf300f787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:23:45 +0000 Subject: [PATCH] Update Node.js to v4.9 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4b05258..bf3b872 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ build: - image: node:4.2 + image: node:4.9 commands: - make install - make test