You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/static-web-apps-languages-runtimes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,27 +45,27 @@ The following example demonstrates how to update the `TargetFramework` element f
45
45
46
46
### Node.js
47
47
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.
49
49
50
50
```json
51
51
{
52
52
...
53
53
"platform": {
54
-
"apiRuntime": "node:16"
54
+
"apiRuntime": "node:20"
55
55
}
56
56
...
57
57
}
58
58
```
59
59
60
60
### Python
61
61
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.
0 commit comments