From da53cdda00ed3b1c958dad879c4a9c3bc77d8881 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:49:09 +0000 Subject: [PATCH] Update dependency node to v24.21.0 --- .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..e73c963c 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.21.0" - name: get yarn cache path id: yarn-cache-dir-path