From c720671fb1a0690de3534a3837f8ee73f4055f84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:09:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20nod?= =?UTF-8?q?e=20to=20v24.18.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 eccf3e8..e339791 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 24.17.0 + node-version: 24.18.0 cache: npm cache-dependency-path: ${{ inputs.docs-path }}/package-lock.json