From abae14e9a05dc2ce492d43085e56c31a11c7c9aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 22:36:12 +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..437f1d1 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.21.0 steps: - checkout - restore_cache: