From 29e214798dc590814fdb64840878add9b6d79ee4 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 27 Jan 2026 07:38:56 +0100 Subject: [PATCH] ci: use node:24 instead of node:22 for the lint --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c999b49d..b89124504 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: DOCKER_HOST: tcp://docker:2375 lint: - image: node:22 + image: node:24 stage: lint script: - yarn --frozen-lockfile