From fed202eccdb94e672ebd65291393eaac3c8ea4cb Mon Sep 17 00:00:00 2001 From: Dmitry Ng <19asdek91@gmail.com> Date: Sun, 22 Feb 2026 18:44:34 +0300 Subject: [PATCH] fix: update Node.js version in publish-docs workflow - Changed the Node.js version from 18 to 25 in the GitHub Actions workflow for publishing documentation, ensuring compatibility with the latest features and improvements. --- .github/workflows/publish-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index c829cff4..1866e639 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 25 cache: pnpm cache-dependency-path: docs/pnpm-lock.yaml