From 7d843066f480ed121fe6d6fe52401624bbe20c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:11:21 +0000 Subject: [PATCH] Update Node.js to v20.9.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec6f17e9..a926a011 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: docker: # specify the version you desire here - - image: cimg/node:20.6.0-browsers + - image: cimg/node:20.9.0-browsers working_directory: ~/react-chart-editor