From 09eae1cb13f3dc6d574786fa2a5db68a6b3ae04a Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 18 Aug 2022 10:13:54 +0200 Subject: [PATCH] fix(cicd): update node image --- .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