Skip to content

Commit 4254875

Browse files
authored
Merge pull request #126295 from BandaruDheeraj/patch-2
Update static-web-apps-languages-runtimes.md
2 parents 6a69aa2 + 7347aac commit 4254875

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/static-web-apps-languages-runtimes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,27 @@ The following example demonstrates how to update the `TargetFramework` element f
4545

4646
### Node.js
4747

48-
The following example configuration demonstrates how to use the `apiRuntime` property to select Node.js 16 as the API language runtime version in the _staticwebapp.config.json_ file.
48+
The following example configuration demonstrates how to use the `apiRuntime` property to select Node.js 20 as the API language runtime version in the _staticwebapp.config.json_ file.
4949

5050
```json
5151
{
5252
...
5353
"platform": {
54-
"apiRuntime": "node:16"
54+
"apiRuntime": "node:20"
5555
}
5656
...
5757
}
5858
```
5959

6060
### Python
6161

62-
The following example configuration demonstrates how to use the `apiRuntime` property to select Python 3.8 as the API language runtime version in the _staticwebapp.config.json_ file.
62+
The following example configuration demonstrates how to use the `apiRuntime` property to select Python 3.11 as the API language runtime version in the _staticwebapp.config.json_ file.
6363

6464
```json
6565
{
6666
...
6767
"platform": {
68-
"apiRuntime": "python:3.8"
68+
"apiRuntime": "python:3.11"
6969
}
7070
...
7171
}

0 commit comments

Comments
 (0)