Skip to content

Commit 018bd39

Browse files
Auto sync doc with envd repo (#322)
[create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kemingy <12974685+kemingy@users.noreply.github.com>
1 parent 0bf941e commit 018bd39

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/api/starlark/v1/install.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ Install Go programming language.
115115

116116
- `version` _Optional[str]_ - Go version, such as '1.25.3'.
117117

118+
## nodejs
119+
120+
```python
121+
def nodejs(version: Optional[str] = "25.1.0")
122+
```
123+
124+
Install NodeJS programming language.
125+
126+
**Arguments**:
127+
128+
- `version` _Optional[str]_ - NodeJS version, such as '25.1.0'.
129+
118130
## codex
119131

120132
```python

0 commit comments

Comments
 (0)