From 35c38038cc1c43607c7a961c3f9331f1dcc6495c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:34:39 +0000 Subject: [PATCH] Update Node.js to v24.14.0 --- .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 bc859eda..3aae1767 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build .node: - image: node:24.13.1 + image: node:24.14.0 before_script: - npm ci diff --git a/.tool-versions b/.tool-versions index e151ff00..01c1e7d0 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 24.13.1 +nodejs 24.14.0