From 9efcd78f2a7a0fe12016653bd03a3ea2a72601be Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Wed, 3 Jul 2024 22:06:40 +0200
Subject: [PATCH] Node 18

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45f568828d..fb6fa34bad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -185,7 +185,7 @@ lint-helm-chart:
     - helm lint ./helm/dbrepo
 
 lint-helm-readme:
-  image: docker.io/node:20-alpine3.20
+  image: docker.io/node:18-alpine3.20
   stage: lint
   except:
     refs:
-- 
GitLab