From c3e51e52b8f22b4c3b9a9bf5a56e8cf8a85bd0fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:52:51 +0000 Subject: [PATCH] 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 6bea8c9..baeb569 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Setting up node.js uses: actions/setup-node@v2.1.2 with: - node-version: '12' + node-version: '24' - name: Creating new semantic version id: create_version uses: anothrNick/github-tag-action@1.33.0