Skip to content

Commit 1078e32

Browse files
Merge pull request #276525 from craigshoemaker/swa/node20
[Static Web Apps] Update: Node 20 preview
2 parents 979737a + dd9451b commit 1078e32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
77
ms.topic: conceptual
8-
ms.date: 04/24/2024
8+
ms.date: 05/28/2024
99
ms.author: cshoe
1010
---
1111

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: craigshoemaker
33
ms.service: static-web-apps
44
ms.topic: include
5-
ms.date: 08/30/2023
5+
ms.date: 05/28/2024
66
ms.author: cshoe
77
---
88

@@ -19,6 +19,7 @@ To configure the API language runtime version, set the `apiRuntime` property in
1919
| Node.js 14.x | Linux | 4.x | `node:14` | - |
2020
| Node.js 16.x | Linux | 4.x | `node:16` | - |
2121
| Node.js 18.x | Linux | 4.x | `node:18` | - |
22+
| Node.js 20.x (preview) | Linux | 4.x | `node:20` | - |
2223
| Python 3.8 | Linux | 4.x | `python:3.8` | - |
2324
| Python 3.9 | Linux | 4.x | `python:3.9` | - |
2425
| Python 3.10 | Linux | 4.x | `python:3.10` | - |

0 commit comments

Comments
 (0)