[PR #1858] [MERGED] fix(ci): fix deploy_docs workflow #1784

Closed
opened 2026-02-15 20:16:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1858
Author: @christian-bromann
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @christian-bromann

Base: mainHead: cb/fix-docs-release-workflow


📝 Commits (1)

  • ae24d69 fix(ci): fix deploy_docs workflow

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 .github/workflows/deploy_docs.yml (+2 -2)

📄 Description

Fixing these CI errors:

file:///home/runner/work/langgraphjs/langgraphjs/node_modules/rolldown/dist/shared/rolldown-build-ciWo5RN-.mjs:8
import { styleText } from "node:util";
         ^^^^^^^^^
SyntaxError: The requested module 'node:util' does not provide an export named 'styleText'
    at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
    at async ModuleJob.run (node:internal/modules/esm/module_job:191:5)
    at async ModuleLoader.import (node:internal/modules/esm/loader:337:24)
    at async loadESM (node:internal/process/esm_loader:34:7)
    at async handleMainPromise (node:internal/modules/run_main:106:12)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1858 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/fix-docs-release-workflow` --- ### 📝 Commits (1) - [`ae24d69`](https://github.com/langchain-ai/langgraphjs/commit/ae24d695ffd95ae0d8027e862059fb748eae677e) fix(ci): fix deploy_docs workflow ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy_docs.yml` (+2 -2) </details> ### 📄 Description Fixing these CI errors: ``` file:///home/runner/work/langgraphjs/langgraphjs/node_modules/rolldown/dist/shared/rolldown-build-ciWo5RN-.mjs:8 import { styleText } from "node:util"; ^^^^^^^^^ SyntaxError: The requested module 'node:util' does not provide an export named 'styleText' at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21) at async ModuleJob.run (node:internal/modules/esm/module_job:191:5) at async ModuleLoader.import (node:internal/modules/esm/loader:337:24) at async loadESM (node:internal/process/esm_loader:34:7) at async handleMainPromise (node:internal/modules/run_main:106:12) ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:16:49 -05:00
yindo closed this issue 2026-02-15 20:16:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1784