From 282f74d9f5c5a9e95d26e54f5ecda8fe4ed73b96 Mon Sep 17 00:00:00 2001 From: SuitDeer <114341346+SuitDeer@users.noreply.github.com> Date: Wed, 29 Oct 2025 01:14:17 +0100 Subject: [PATCH] Update Node.js version in Android docs from 18 to 22 (#7542) --- docs/android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android.md b/docs/android.md index 2659c4400..0b1dc24ab 100644 --- a/docs/android.md +++ b/docs/android.md @@ -14,8 +14,8 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash 7. Install and use Node.js 22: ```shell -nvm install 18 -nvm use 18 +nvm install 22 +nvm use 22 ``` 8. Install code-server globally on device with: `npm install --global code-server`