From f5d2062482e9cf4273935d74fb6c7fbc2cf76ca2 Mon Sep 17 00:00:00 2001 From: ralph1233 Date: Sat, 17 Jan 2026 00:01:50 +0200 Subject: [PATCH] update Node version requirement to 22.11.0 in installation guides --- docs/_getting-started-linux-android.md | 2 +- docs/_getting-started-macos-android.md | 2 +- docs/_getting-started-macos-ios.md | 2 +- docs/_getting-started-windows-android.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_getting-started-linux-android.md b/docs/_getting-started-linux-android.md index f763bd20369..bc953397bcc 100644 --- a/docs/_getting-started-linux-android.md +++ b/docs/_getting-started-linux-android.md @@ -6,7 +6,7 @@ While you can use any editor of your choice to develop your app, you will need t

Node

-Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 20.19.4 or newer. +Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 22.11.0 or newer.

Java Development Kit

diff --git a/docs/_getting-started-macos-android.md b/docs/_getting-started-macos-android.md index a32f984a81f..031dd7655a4 100644 --- a/docs/_getting-started-macos-android.md +++ b/docs/_getting-started-macos-android.md @@ -13,7 +13,7 @@ brew install node brew install watchman ``` -If you have already installed Node on your system, make sure it is Node 20.19.4 or newer. +If you have already installed Node on your system, make sure it is Node 22.11.0 or newer. [Watchman](https://facebook.github.io/watchman) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance. diff --git a/docs/_getting-started-macos-ios.md b/docs/_getting-started-macos-ios.md index 0980dd0f1a7..84204758fb3 100644 --- a/docs/_getting-started-macos-ios.md +++ b/docs/_getting-started-macos-ios.md @@ -13,7 +13,7 @@ brew install node brew install watchman ``` -If you have already installed Node on your system, make sure it is Node 20.19.4 or newer. +If you have already installed Node on your system, make sure it is Node 22.11.0 or newer. [Watchman](https://facebook.github.io/watchman) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance. diff --git a/docs/_getting-started-windows-android.md b/docs/_getting-started-windows-android.md index 110f0974da7..c04c9b74c35 100644 --- a/docs/_getting-started-windows-android.md +++ b/docs/_getting-started-windows-android.md @@ -18,7 +18,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run choco install -y nodejs-lts microsoft-openjdk17 ``` -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. +If you have already installed Node on your system, make sure it is Node 22.11.0 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions. :::note You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).