From 60a44b5a05ded87771ba218a2267be3b83652611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:05:24 +0000 Subject: [PATCH] chore(deps): upgrade dependency node to v24.18.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 bfb308da..9986c4d5 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v7 with: - node-version: 24.14.0 + node-version: 24.18.0 cache: yarn - name: Install dependencies