From 476323d89f7c9ec9e1a584f87799a721d6acb039 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:31:30 +0000 Subject: [PATCH] docs: update solution README to document Node >=20.0.0 requirement --- .../13-meaningful-visualizations/solution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Data-Visualization/13-meaningful-visualizations/solution/README.md b/3-Data-Visualization/13-meaningful-visualizations/solution/README.md index 0e610071..734866d7 100644 --- a/3-Data-Visualization/13-meaningful-visualizations/solution/README.md +++ b/3-Data-Visualization/13-meaningful-visualizations/solution/README.md @@ -1,6 +1,6 @@ # Dangerous Liaisons data visualization project -To get started, you need to ensure that you have NPM and Node running on your machine. Install the dependencies (npm install) and then run the project locally (npm run serve): +To get started, you need to ensure that you have NPM and Node **>=20.0.0** running on your machine. Install the dependencies (npm install) and then run the project locally (npm run serve): ## Project setup ```