From 0ccfad1cc8d9be97f7ab8f45791276bbd66c9d04 Mon Sep 17 00:00:00 2001
From: Rob Hogan <2590098+robhogan@users.noreply.github.com>
Date: Mon, 20 Feb 2023 13:35:53 +0000
Subject: [PATCH] Document Node version minumum 14->16
---
docs/_getting-started-linux-android.md | 2 +-
docs/_getting-started-macos-android.md | 2 +-
docs/_getting-started-macos-ios.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/_getting-started-linux-android.md b/docs/_getting-started-linux-android.md
index 1c10384763b..416da1d0b02 100644
--- a/docs/_getting-started-linux-android.md
+++ b/docs/_getting-started-linux-android.md
@@ -8,7 +8,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 14 or newer.
+Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 16 or newer.
Java Development Kit
diff --git a/docs/_getting-started-macos-android.md b/docs/_getting-started-macos-android.md
index 9e1d1e3022a..e9934b8730c 100644
--- a/docs/_getting-started-macos-android.md
+++ b/docs/_getting-started-macos-android.md
@@ -15,7 +15,7 @@ brew install node
brew install watchman
```
-If you have already installed Node on your system, make sure it is Node 14 or newer.
+If you have already installed Node on your system, make sure it is Node 16 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 0df25712304..da7ab9cd8c0 100644
--- a/docs/_getting-started-macos-ios.md
+++ b/docs/_getting-started-macos-ios.md
@@ -15,7 +15,7 @@ brew install node
brew install watchman
```
-If you have already installed Node on your system, make sure it is Node 14 or newer.
+If you have already installed Node on your system, make sure it is Node 16 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.