From 8dfeb826bc6585ac38771190d46790bdd995c5cb Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 18 Aug 2022 10:15:21 +0200
Subject: [PATCH] fix(cicd): update node version

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ad40e54..173b5115 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
 
 build-test:
   stage: build
-  image: node:14.15.4-alpine
+  image: node:14.20-alpine
   before_script:
     - apk add git
     - apk add bash
-- 
GitLab