From bb143fee16856a505942f66157518b350e3f6b7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:40:59 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.19.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..d2b7dfb 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.19.0 registry-url: https://registry.npmjs.org - uses: ./.github/actions/prepare - name: Publish to npm (with token)