From 14c56bece5606c52c804010ca68eb64e6ec7d643 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:16:12 +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 f80f1b2be..938ff78df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -117,7 +117,7 @@ jobs: pages: docker: - - image: node:20.8.0 + - image: node:21.1.0 steps: - checkout - attach_workspace: