From e59c7d1e8fcee11346894d5ef1d82610eba63f16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 07:55:19 +0000 Subject: [PATCH] chore(deps): update node.js to v19 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 18bdadc1..176a6756 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:18.14 + - image: cimg/node:19.6 steps: - checkout - run: