From 02c93bbfe850657d8fcf5c34b8a489fd45becec9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:53:12 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.19.0 --- .github/workflows/github-actions.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 7db86ab8..4143bf1d 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -24,7 +24,7 @@ jobs: - name: 'Setup: Node.js' uses: actions/setup-node@v7 with: - node-version: 24.18.1 + node-version: 24.19.0 - name: 'Setup: Java' uses: actions/setup-java@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb24a32b..25abc3db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: 'Setup: Node.js' uses: actions/setup-node@v7 with: - node-version: 24.18.1 + node-version: 24.19.0 registry-url: 'https://registry.npmjs.org' package-manager-cache: false