From 200e033d89526951c9ac4d3cede81734884c5daf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:36:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20nod?= =?UTF-8?q?e=20to=20v24.16.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 9fd7a0c..ebc4bb2 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.15.0 + node-version: 24.16.0 cache: npm cache-dependency-path: ${{ inputs.docs-path }}/package-lock.json