mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-19 13:45:47 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user