From a6e5408d46588ef87e9308f3f6902ab7912aa626 Mon Sep 17 00:00:00 2001 From: SuitDeer <114341346+SuitDeer@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:09:03 +0100 Subject: [PATCH] Update Node.js version from 18 to 22 --- docs/android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android.md b/docs/android.md index 2659c44000b8..0b1dc24abf6e 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`