From 0fdb4779b1d52a9b8bf8ce208e69cea7341c6dd1 Mon Sep 17 00:00:00 2001 From: Chapman Pendery Date: Sun, 10 Mar 2024 23:25:18 -0700 Subject: [PATCH] docs: update requirements Signed-off-by: Chapman Pendery --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6dc8899..5b7c08b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ TUI Test is a framework for testing terminal applications. It provides a rich API for writing tests that interact with a terminal application across macOS, Linux, and Windows with a wide range of shells. It is built to be **fast**, **reliable**, and **easy to use**. +## Requirements + +- Node.js 20.X, 18.X, 16.X (16.6.0 >=) + ## Installation Install TUI Test as using `npm`: