From 74f84502df761a9cda6737ca30ea8462d3cfc325 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@dev.funkwhale.audio>
Date: Sun, 8 Dec 2024 18:31:14 +0000
Subject: [PATCH] chore(deps): update node docker tag to v23

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 990c40a..80220e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
   - deploy
 
 default:
-  image: node:20-slim
+  image: node:23-slim
   before_script:
     - yarn install
 
@@ -51,7 +51,7 @@ deploy:
 
 publish:
   stage: deploy
-  image: node:20
+  image: node:23
   dependencies:
     - build
   before_script:
-- 
GitLab