From eb20db4ddb04bd17220ab35b11b1f7801994097e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:17:31 +0000 Subject: [PATCH] Update Node.js to v24 --- .gitlab-ci.yml | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dfa358..4318e81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - deploy .build: - image: node:22.22.2 + image: node:24.20.0 script: - npm ci - ./clone_projects.sh diff --git a/.tool-versions b/.tool-versions index cd4579a..f5f4dda 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 22.22.2 +nodejs 24.20.0