From 8df73c59cc6044717d76a8de572a5dc1c8e41d0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:15:54 +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..e9f0fa4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ build: - image: node:4.2 + image: node:22.11 commands: - make install - make test