From 3ea83d6ea3ef7dbf4b36d4ce6e96d495ebca02a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:41:26 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .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 d7c77cf..f358661 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6.5.0 with: - node-version: "20.20.2" + node-version: "24.18.0" cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache