From 800969b9cc7dd0afadc5684a96799dcf8f47df1c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 31 Oct 2024 00:36:42 +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 ad10f71..46d956c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: web_build - image: node:22 + image: node:23 volumes: - name: web_app path: /tmp/web_build