From 09af6b62190ef7c08c79917694f1d42026187a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:54:42 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8eb95c7..932d64c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -26,7 +26,7 @@ jobs: - name: Use supported Node.js Version uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - name: Restore cached dependencies uses: actions/cache@v4 with: