From 59778a8165b8a49cd189902e529a87e617e59970 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:46:05 +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