From 7bf3e4a5f48c46682bf12c161687bc3475934fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 20:31:44 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64a8f82..2155950 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 registry-url: 'https://registry.npmjs.org' - id: publish run: scripts/ci/release.sh