From 47de8f37dc48b4ca8d2e0cebbe988c0481ee1f11 Mon Sep 17 00:00:00 2001 From: "lrstanley-x[bot]" <153159847+lrstanley-x[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 04:22:04 +0000 Subject: [PATCH] =?UTF-8?q?feat(github)!:=20Update=20node=20(20.20.0=20?= =?UTF-8?q?=E2=86=92=2024.13.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 54ad660..05332c4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: run_install: false - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "24.x" cache: "pnpm" cache-dependency-path: docs/pnpm-lock.yaml - run: make docs-build