From 32055122c36d8d32d8889333c08bee0566ce93ce Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 14 Nov 2023 15:35:37 +0100 Subject: [PATCH] ci: bump node version in CI Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d639430b..59c1016e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ lint-elixir: lint-front: - image: node:16 + image: node:20 stage: check before_script: - export EXITVALUE=0 @@ -82,7 +82,7 @@ lint-front: build-frontend: stage: build-js - image: node:16 + image: node:20 before_script: - apt update - apt install -y --no-install-recommends python build-essential webp imagemagick gifsicle jpegoptim optipng pngquant