From 8f4404cc566170db79a9826c964e257fe3413055 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:18:12 +0000 Subject: [PATCH] fix(deps): roll back node.js to v22.4.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6528dc900..c2f11aaf9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,7 +122,7 @@ jobs: pages: docker: - - image: node:22.4.1 + - image: node:22.4.0 steps: - checkout - attach_workspace: