Skip to content

Commit 282f74d

Browse files
authored
Update Node.js version in Android docs from 18 to 22 (#7542)
1 parent 7a2a5eb commit 282f74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
1414
7. Install and use Node.js 22:
1515

1616
```shell
17-
nvm install 18
18-
nvm use 18
17+
nvm install 22
18+
nvm use 22
1919
```
2020

2121
8. Install code-server globally on device with: `npm install --global code-server`

0 commit comments

Comments
 (0)