From c398cfa19cfb289209099b7f407dc5e1e8d7ae61 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Thu, 2 Apr 2026 02:01:56 +0100 Subject: [PATCH] chore(deps): update node.js to v25.9.0 (#1022) Co-authored-by: Renovate Bot --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b8b00ed5..45a3e2ca6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,7 +126,7 @@ jobs: pages: docker: - - image: node:25.8.2 + - image: node:25.9.0 steps: - checkout - attach_workspace: