From 7048103bc1ea9d4721e328c83afdb88aaf519470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:29:58 +0000 Subject: [PATCH] chore(deps): update node.js to v21.4.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95cb607..7d52f72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: build: docker: - - image: cimg/node:21.2.0 + - image: cimg/node:21.4.0 steps: - checkout