From 4fb9a56e343980e4de14192e1612d9781620c047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:00:43 +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..69f8202 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.20.0 steps: - checkout - restore_cache: