From 60d62ed18c354f32c5d7add24cf6574c154bbea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 18:16:13 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5eccc68..7e926b92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:21.7 + - image: cimg/node:22.2 steps: - checkout - run: @@ -39,7 +39,7 @@ jobs: integration_tests: working_directory: ~/nest docker: - - image: cimg/node:21.7 + - image: cimg/node:22.2 steps: - checkout - *restore-cache