From 60317504fcb4104879355483eccd1a8819bb058a Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Thu, 18 Apr 2024 17:48:42 -0400 Subject: [PATCH] Update node.js version requirements in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0464e290..723b619f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The CollectionSpace UI is a JavaScript application that runs in a web browser. S ### For CollectionSpace Developers -[Node.js](https://nodejs.org/) 20 and npm 10 are recommended to build the application. A minimum of Node.js 18 and npm 10 are required. +[Node.js](https://nodejs.org/) 20 and npm 10 are recommended to build the application. A minimum of Node.js 18 and npm 9 are required. To download and install the source code of the application for development: