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.
This commit is contained in:
Dmitry Ng
2026-02-22 18:44:34 +03:00
parent 9b82b86a11
commit fed202eccd
+1 -1
View File
@@ -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