From fbc406b1a3894839db44888eff1c65888793a5bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:54:10 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/release-ghr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ghr.yml b/.github/workflows/release-ghr.yml index 83c53bf..a9cf864 100644 --- a/.github/workflows/release-ghr.yml +++ b/.github/workflows/release-ghr.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 registry-url: https://registry.npmjs.org/ cache: npm