From 764cf96619fdd65cc7ac0fa0b22947f2aea0c805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 06:13:36 +0000 Subject: [PATCH] chore(deps): upgrade dependency node to v24.20.0 --- .github/workflows/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 75b1cbff..6190877d 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 24.19.0 + node-version: 24.20.0 cache: yarn - name: Install dependencies