From aeca8cbe842e0647553a1f8f082e1c36e7e904f8 Mon Sep 17 00:00:00 2001
From: "michael.divia" <michael.divia@etu.hesge.ch>
Date: Tue, 26 Mar 2024 15:57:11 +0100
Subject: [PATCH] CICD Test 3

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76d2c01..08cc304 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
   SONAR_HOST_URL: https://isc-sonar.edu.hesge.ch
 
 default:
-  image: node:lts-slim
+  image: node:18
   cache:
     key: $CI_COMMIT_REF_SLUG
     paths:
-- 
GitLab