From f2f3d572d79d263511d27174b7a59d3223e2a92d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:58:57 +0000 Subject: [PATCH] Update dependency node to v24.18.1 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4e1c75a..e7344418 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js ${{matrix.node-version}} uses: actions/setup-node@v6.5.0 with: - node-version: "24.18.0" + node-version: "24.18.1" - name: get yarn cache path id: yarn-cache-dir-path