From 1aa644a94da26c34316b3d3235298041b12ad8e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Mon, 11 Dec 2023 19:56:46 +0100
Subject: [PATCH] CI: Updated node

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfd1838..8c77627 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ sonarqube-check:
     - if: $CI_COMMIT_BRANCH == 'master'
 
 build:
-  image: node:14.15.3-buster-slim
+  image: node:20-alpine
   stage: build
   script:
     - npm install
-- 
GitLab