From 34d2733ffa49258001a25085c85bb2bf3eaaabd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:57:27 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe657b8..f766bc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ orbs: jobs: unit-test-and-check-coverage: docker: - - image: cimg/node:18.17.1 + - image: cimg/node:22.19.0 resource_class: large steps: