From 3731fc4383a198f3abdff4df1a78e64a2df350b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:24:57 +0000 Subject: [PATCH] Update Node.js to v22 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bfc929642..1e74a729c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ # https://dev.assets.emblstatic.net/vf/{tag}/ (eg v2.1.2 / v2.1.3-alpha.3) # https://dev.assets.emblstatic.net/vf/{minor}/ (eg v2.1) # https://dev.assets.emblstatic.net/vf/{major}/ (eg v2) -image: node:18.20.4 +image: node:22.20.0 variables: # project specific variables can be defined here