From 0bfc5829e27bbf493a849ed1fa8c5e297cdfccd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:08:35 +0000 Subject: [PATCH] Update Node.js to v24 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 141fc97..0b4b01f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: build: docker: - - image: cimg/node:16.14.2 + - image: cimg/node:24.15.0 steps: - checkout - restore_cache: