From c0ecf17e321b8bf678adc2541c9b38e423e0fc34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:10:20 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d0e8fa3..984e59b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x registry-url: https://registry.npmjs.org - name: Verify tag matches package.json version run: |