From 0e626ebf939cb337e50a1d4e0f984f7325caf10b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:15:32 +0000 Subject: [PATCH] chore(deps): update node.js to v22.20.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d0c6246..647a05db 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.20.0 steps: - checkout - restore_cache: