From f14739e4dda260b07aa6b2d700eedd735b3af0ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 01:01:40 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/deploy.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50d312c0..96c492de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 cache: "pnpm" registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f1115795..06fef390 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,7 +18,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 cache: "pnpm" - name: Install dependencies