From c3d3b1a1e33ffd6f4b5cd6b4dcd82f6e84a0ca7f Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 19 Oct 2024 00:30:35 +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 c6887c2..f07b44e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: frontend_build - image: node:22 + image: node:23 volumes: - name: frontend_app path: /tmp/frontend_build