From 077925ed3e0072a3d592892279fb8a9f0ce3fb01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 04:38:22 +0000 Subject: [PATCH] Update dependency node to v24.20.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1da6fa919..635fb432d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v7.0.0 with: - node-version: "24.18.0" + node-version: "24.20.0" - name: Get yarn cache path id: yarn-cache-dir-path