From 60faa3f5e8a8b803e31eea1998ffda033dd1bf9f Mon Sep 17 00:00:00 2001 From: "lrstanley-x[bot]" <153159847+lrstanley-x[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:08:40 +0000 Subject: [PATCH] =?UTF-8?q?feat(github)!:=20Update=20node=20(20.20.0=20?= =?UTF-8?q?=E2=86=92=2022.22.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..a3fba9e 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: "22.x" cache: "pnpm" cache-dependency-path: docs/pnpm-lock.yaml - run: make docs-build