From 436421562b2be373eb066e0219c895a1f349e3a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:48:10 +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