docs: update solution README to document Node >=20.0.0 requirement

copilot/fix-serialize-javascript-vulnerability-again
copilot-swe-agent[bot] 6 days ago committed by GitHub
parent 9eb7eff62c
commit 476323d89f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
```

Loading…
Cancel
Save