From a070f87d989162c472e304dd4c326416e77d69c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 01:35:30 +0000 Subject: [PATCH] chore(deps): update node.js to v21.7.2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e26864b..61a6fbb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: build: docker: - - image: cimg/node:21.7.1 + - image: cimg/node:21.7.2 steps: - checkout