From 6f089ec2b628ca89461a61af44dcecc1f3d9dcd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:58:51 +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 a624954f..ba2bd65d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:22.14.0 + - image: cimg/node:22.21.1 steps: - checkout - restore_cache: