diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 990c40a8f60c0073b48bf551c9353637f04e2bea..80220e9ef23596e9464ca06391967519b29c8bdf 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: