From ca9ada39e65071b9340b94bef528479145e9b432 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 04:36:19 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.20.0 --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 76b3d5b..193747a 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -18,7 +18,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.18.1 + node-version: 24.20.0 registry-url: https://registry.npmjs.org - uses: ./.github/actions/prepare - name: Publish to npm (with token)