Update Node.js version in Android docs from 18 to 22 (#7542)

This commit is contained in:
SuitDeer 2025-10-29 01:14:17 +01:00 committed by GitHub
parent 7a2a5eb055
commit 282f74d9f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: 7. Install and use Node.js 22:
```shell ```shell
nvm install 18 nvm install 22
nvm use 18 nvm use 22
``` ```
8. Install code-server globally on device with: `npm install --global code-server` 8. Install code-server globally on device with: `npm install --global code-server`