Skip to content

Commit 70f5ea5

Browse files
[Doc] Update readme files to the correct nodejs version (#37605)
Signed-off-by: Eries Trisnadi <lognus21@gmail.com>
1 parent 207854d commit 70f5ea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/BuildFromSource.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you're reading this, you probably already have Git installed to support cloni
9898

9999
#### [NodeJS](https://nodejs.org) on Windows
100100

101-
Building the repo requires version 14.17.6 or newer of Node. You can find installation executables for Node at <https://nodejs.org>.
101+
Building the repo requires version 16.11.0 or newer of Node. You can find installation executables for Node at <https://nodejs.org>.
102102

103103
#### [Yarn](https://yarnpkg.com/) on Windows
104104

@@ -119,7 +119,7 @@ This repo contains some Java source code that depends on an install of the JDK v
119119
- OpenJDK <https://jdk.java.net/>
120120
- Oracle's JDK <https://www.oracle.com/technetwork/java/javase/downloads/index.html>
121121

122-
Alternatively, you can run [eng/scripts/InstallJdk.ps1](/eng/scripts/InstallJdk.ps1) to install a version of the JDK that will only be used in this repo.
122+
Alternatively, you can run [eng/scripts/InstallJdk.ps1](/eng/scripts/InstallJdk.ps1) to install a version of the JDK that will only be used in this repo.
123123

124124
```powershell
125125
./eng/scripts/InstallJdk.ps1

src/SignalR/docs/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Dependencies
44
In order to successfully build and test *SignalR* you'll need to ensure that your system has the following installed:
5-
* [NodeJS](https://nodejs.org/) version 6.9 or later
5+
* [NodeJS](https://nodejs.org/) version 16.11.0 or later
66
* NPM *(typically bundled with NodeJS)*
77

88
## How To Build

0 commit comments

Comments
 (0)