From 0b5ade3a3b77fadf887beaf27cd6d0abe4ac427f Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:34:28 +1000 Subject: [PATCH] [chore] Update docs - node.js versions (#4414) --- README.md | 2 +- browser_tests/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0004bdecf..d490ae628 100644 --- a/README.md +++ b/README.md @@ -529,7 +529,7 @@ Have another idea? Drop into Discord or open an issue, and let's chat! ### Prerequisites & Technology Stack - **Required Software**: - - Node.js (v16 or later) and npm + - Node.js (v16 or later; v20/v22 strongly recommended) and npm - Git for version control - A running ComfyUI backend instance diff --git a/browser_tests/README.md b/browser_tests/README.md index 88bd865f8..1aeaa6e54 100644 --- a/browser_tests/README.md +++ b/browser_tests/README.md @@ -14,7 +14,7 @@ Clone 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 ```