From 3737fcd756b0432dfafeae9d51a4a39e3651e15a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:02:54 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86923636b9..c8a849d7b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ nginx_container_scanning: #################################### .template_package: &package_template stage: package - image: node:18.20.4 + image: node:18.20.8 script: - echo "Packaging code..." - yarn global add gulp-cli # ensure gulp CLI available for gulp tasks