From ae36200ca0469b4a4aa1e35f8e8236e1a058d941 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Fri, 27 Sep 2024 08:52:03 -0700 Subject: [PATCH] update readme with node 18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9ccc786b..67c7991b4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Foundation is the most advanced responsive front-end framework in the world. Qui ### Documentation -To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **12** or **14**). Run these commands to set up the documentation: +To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be a **minimum of 18**). Run these commands to set up the documentation: ```bash # Install -- 2.47.3