From 9d0ffe5338a498823eeb0c2e639a8e27711cb22d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:54:29 +0000 Subject: [PATCH] chore(deps): update node.js to v22.21.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f7a245f..d9ab9755 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:22.20.0 + - image: cimg/node:22.21.1 steps: - checkout - restore_cache: