From e96430c0868b7a0db037da154720644c208a3168 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 29 Mar 2025 10:26:25 +0000 Subject: [PATCH] Update node Docker tag to v23 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 406209b..8a8c95b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: web_build - image: node:21 + image: node:23 volumes: - name: web_app path: /tmp/web_build