From 67b85f56546c1145d39e27b32f3cc571cb0784ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:15:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20nod?= =?UTF-8?q?e=20to=20v24.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index 645bbe9..4af651a 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Node uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 24.14.1 + node-version: 24.15.0 cache: npm cache-dependency-path: ${{ inputs.docs-path }}/package-lock.json