mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
Update Node.js version in Android docs from 18 to 22 (#7542)
This commit is contained in:
parent
7a2a5eb055
commit
282f74d9f5
1 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue