Skip to content

Commit 0b5ade3

Browse files
authored
[chore] Update docs - node.js versions (#4414)
1 parent eb63b5c commit 0b5ade3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Have another idea? Drop into Discord or open an issue, and let's chat!
529529
### Prerequisites & Technology Stack
530530

531531
- **Required Software**:
532-
- Node.js (v16 or later) and npm
532+
- Node.js (v16 or later; v20/v22 strongly recommended) and npm
533533
- Git for version control
534534
- A running ComfyUI backend instance
535535

browser_tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Clone <https://github.com/Comfy-Org/ComfyUI_devtools> to your `custom_nodes` dir
1414
_ComfyUI_devtools adds additional API endpoints and nodes to ComfyUI for browser testing._
1515

1616
### Node.js & Playwright Prerequisites
17-
Ensure you have Node.js v20 or later installed. Then, set up the Chromium test driver:
17+
Ensure you have Node.js v20 or v22 installed. Then, set up the Chromium test driver:
1818
```bash
1919
npx playwright install chromium --with-deps
2020
```

0 commit comments

Comments
 (0)