Skip to content

Commit 52b7093

Browse files
committed
fix node 16 on cloud shell
1 parent 6829744 commit 52b7093

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

K8S.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Get troubleshoot help on the [FAQ](FAQ.md)
66

77
## Set Up environment
88

9+
Install Node.js 16 on Cloud Shell.
10+
11+
```bash
12+
nvm install 16 && nvm use 16
13+
```
14+
915
Install dependencies for scripts.
1016

1117
```bash

0 commit comments

Comments
 (0)