From 642b66f10cf5c1b4abce44238dd92c9f8ba79777 Mon Sep 17 00:00:00 2001 From: Matthieu BENOIST <ext.ausy.mbenoist@grandlyon.com> Date: Tue, 15 Apr 2025 15:38:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f5cfda..7bd078a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:16 +image: node:20 stages: - build -- GitLab