From 0ffbb51c917a69918b42aebc9e16f0c2d499e0bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:05:06 +0000 Subject: [PATCH] chore(deps): update node.js to v22.18.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dba8b30ba..6aa1a480d 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.18.0 steps: - checkout - restore_cache: