mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +08:00
Update Node.js version in Android docs from 18 to 22 (#7542)
This commit is contained in:
parent
7a2a5eb055
commit
282f74d9f5
@ -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…
x
Reference in New Issue
Block a user