From 048193e3a5cb48e19da5425b66bb8b32415e8106 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 16 May 2022 13:12:08 +0200 Subject: [PATCH] Update BUILD.md --- .github/BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/BUILD.md b/.github/BUILD.md index 28a8ea810a..2ec254de6c 100644 --- a/.github/BUILD.md +++ b/.github/BUILD.md @@ -73,8 +73,8 @@ When the page eventually loads in your web browser, you can follow the installer In order to build the Umbraco source code locally with Visual Studio, first make sure you have the following installed. * [Visual Studio 2019 v16.8+ with .NET 5+](https://visualstudio.microsoft.com/vs/) ([the community edition is free](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15) for you to use to contribute to Open Source projects) - * [Node.js v10+](https://nodejs.org/en/download/) - * npm v6.4.1+ (installed with Node.js) + * [Node.js v14+](https://nodejs.org/en/download/) + * npm v7+ (installed with Node.js) * [Git command line](https://git-scm.com/download/) The easiest way to get started is to open `umbraco.sln` in Visual Studio.