From c07db871a164aaebcac45bcda18e3189823c0bf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:04:30 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.15.0 --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 7bc0d36..f43fd59 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@v6 with: - node-version: 24.14.1 + node-version: 24.15.0 - name: 'Setup: Java' uses: actions/setup-java@v5 with: