From e6c8f976802f62c3e291c5fd3888b3420ca79f86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:48:13 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.4 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b8e0f444..1986a63a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: release: docker: - - image: cimg/node:18.12.1 + - image: cimg/node:18.20.4 steps: - checkout - restore_cache: