From 6c40aec8fd84b17a4d4f6073137acc1646e40123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 06:44:56 +0000 Subject: [PATCH] Update dependency node to v24.20.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..32d1eb8d 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.20.0" - name: get yarn cache path id: yarn-cache-dir-path