From 9451aa63c2d1ed37ab7dac93a3799462e751419c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 18:59:31 +0000 Subject: [PATCH] chore(deps): update node.js to v19.7 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb0708433..0f182cc0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:19.6 + - image: cimg/node:19.7 steps: - checkout - run: