From d446bdd654136cbf6ed682be8a005f35c750b396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:42:06 +0000 Subject: [PATCH] Update dependency node to v24.18.1 --- .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..1b60fbc4e 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.18.1" - name: Get yarn cache path id: yarn-cache-dir-path