From c5de1e3633c7907dc9695abcacc2923fe0efd978 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:36:09 +0000 Subject: [PATCH] chore(deps): update node.js to v20.6 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 71a7af937..f184a30a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:20.3 + - image: cimg/node:20.6 steps: - checkout - run: