Skip to content

Commit 54cea9f

Browse files
authored
update Node version requirement to 20.19.4 in getting started guide (#4899)
1 parent 925e584 commit 54cea9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_getting-started-windows-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run
1818
choco install -y nodejs-lts microsoft-openjdk17
1919
```
2020

21-
If you have already installed Node on your system, make sure it is Node 18 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.
21+
If you have already installed Node on your system, make sure it is Node 20.19.4 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.
2222

2323
:::note
2424
You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).

website/versioned_docs/version-0.81/_getting-started-windows-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run
1818
choco install -y nodejs-lts microsoft-openjdk17
1919
```
2020

21-
If you have already installed Node on your system, make sure it is Node 18 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.
21+
If you have already installed Node on your system, make sure it is Node 20.19.4 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.
2222

2323
> You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).
2424

website/versioned_docs/version-0.82/_getting-started-windows-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run
1818
choco install -y nodejs-lts microsoft-openjdk17
1919
```
2020

21-
If you have already installed Node on your system, make sure it is Node 18 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.
21+
If you have already installed Node on your system, make sure it is Node 20.19.4 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.
2222

2323
:::note
2424
You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).

0 commit comments

Comments
 (0)