From f2b3708ed9b49650b25b8d750c7615eb30682e99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:41:50 +0000 Subject: [PATCH] chore(deps): update node.js to v21 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b3a64f..f2f220e 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:21.1.0 steps: - checkout - run: yarn install --immutable --immutable-cache