[chore] Update docs - node.js versions (#4414)

This commit is contained in:
filtered
2025-07-10 22:34:28 +10:00
committed by GitHub
parent eb63b5c536
commit 0b5ade3a3b
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ Clone <https://github.com/Comfy-Org/ComfyUI_devtools> to your `custom_nodes` dir
_ComfyUI_devtools adds additional API endpoints and nodes to ComfyUI for browser testing._
### Node.js & Playwright Prerequisites
Ensure you have Node.js v20 or later installed. Then, set up the Chromium test driver:
Ensure you have Node.js v20 or v22 installed. Then, set up the Chromium test driver:
```bash
npx playwright install chromium --with-deps
```