From 6c119f12e2eb32fc3a9bcfe1aa4ea5c34b9d2deb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:14:48 +0000 Subject: [PATCH] Update Node.js to v22 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4b05258..fc6c16e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ build: - image: node:4.2 + image: node:22.10 commands: - make install - make test