From 898c5cc3973f907099466e559754c67516ebfe37 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 16 May 2022 13:08:33 +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 070bccb0b2..28a8ea810a 100644 --- a/.github/BUILD.md +++ b/.github/BUILD.md @@ -28,8 +28,8 @@ In order to build the Umbraco source code locally with Visual Studio Code, first * [Visual Studio Code](https://code.visualstudio.com/) * [dotnet SDK v6.0](https://dotnet.microsoft.com/en-us/download) - * [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/) Open the root folder of the repository in Visual Studio Code.