From cfb8d92d4a56835617af29e9032ab7ecd5dbbd49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:53:49 +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 827d8dc..1dd8f46 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js v20 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: yarn registry-url: https://registry.yarnpkg.com/ - name: Setup Gradle