From a24b3f2196caa50f6cb5a2abfcc1e8d2b797b852 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:04:40 +0000 Subject: [PATCH] chore(deps): update node.js to v20.11.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b3a64f..450f3f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ version: 2.1 jobs: build_node18: docker: - - image: cimg/node:20.8.0 + - image: cimg/node:20.11.1 steps: - checkout - run: yarn install --immutable --immutable-cache