From 8d739a480ffe1ba7ffe48104ea0661e5f877ab31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:26:32 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9af9a34..cbc94c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/hemjs docker: - - image: cimg/node:22.19.0 + - image: cimg/node:24.13.0 steps: - checkout - run: @@ -39,7 +39,7 @@ jobs: test: working_directory: ~/hemjs docker: - - image: cimg/node:22.19.0 + - image: cimg/node:24.13.0 steps: - checkout - *restore-cache