From 0224ae5816312cf9eb8bee2a3e7a1a438f002c8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:20:18 +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..f670a31 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.7.2 steps: - checkout - run: yarn install --immutable --immutable-cache