From e593111568c90c58a66d84949500a5fd4791fd0d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Dec 2025 00:35:29 +0000 Subject: [PATCH] Update Node.js to v25 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 147626a..b3e7f73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: web_build - image: node:23 + image: node:25 volumes: - name: web_app path: /tmp/web_build