Skip to content

Commit 714e0ce

Browse files
authored
Merge pull request #209802 from lilyjma/patch-4
Updated docs with Node 18 preview support
2 parents c6eaf40 + c515d84 commit 714e0ce

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/azure-functions/create-first-function-cli-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you begin, you must have the following:
3131

3232
+ The Azure [Az PowerShell module](/powershell/azure/install-az-ps) version 5.9.0 or later.
3333

34-
+ [Node.js](https://nodejs.org/) version 14 or 16 (preview).
34+
+ [Node.js](https://nodejs.org/) version 16 or 18 (preview).
3535

3636
### Prerequisite check
3737

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ The following table shows current supported Node.js versions for each major vers
527527

528528
| Functions version | Node version (Windows) | Node Version (Linux) |
529529
|---|---| --- |
530-
| 4.x (recommended) | `~16`<br/>`~14` | `node|16`<br/>`node|14` |
530+
| 4.x (recommended) | `~18`(preview)<br/>`~16`<br/>`~14` | `node|18`(preview)<br/>`node|16`<br/>`node|14` |
531531
| 3.x | `~14`<br/>`~12`<br/>`~10` | `node|14`<br/>`node|12`<br/>`node|10` |
532532
| 2.x | `~12`<br/>`~10`<br/>`~8` | `node|10`<br/>`node|8` |
533533
| 1.x | 6.11.2 (locked by the runtime) | n/a |

includes/functions-requirements-visual-studio-code-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ms.author: glenga
88

99
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
1010

11-
+ [Node.js 14.x](https://nodejs.org/en/download/releases/) or [Node.js 16.x](https://nodejs.org/en/download/releases/). Use the `node --version` command to check your version.
11+
+ [Node.js 16.x](https://nodejs.org/en/download/releases/) or [Node.js 18.x (preview)](https://nodejs.org/en/download/releases/). Use the `node --version` command to check your version.
1212

1313
+ [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
1414

1515
+ The [Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) for Visual Studio Code.
1616

17-
+ [Azure Functions Core Tools 4.x](../articles/azure-functions/functions-run-local.md#install-the-azure-functions-core-tools).
17+
+ [Azure Functions Core Tools 4.x](../articles/azure-functions/functions-run-local.md#install-the-azure-functions-core-tools).

includes/functions-supported-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: include file
1010
|Language |1.x |2.x| 3.x | 4.x |
1111
|-----------------------------------------|------------|---| --- | --- |
1212
|[C#](../articles/azure-functions/functions-dotnet-class-library.md)|GA (.NET Framework 4.8)|GA (.NET Core 2.1<sup>1</sup>)| GA (.NET Core 3.1)<br/>[GA (.NET 5.0)](../articles/azure-functions/dotnet-isolated-process-guide.md) | GA (.NET 6.0)<br/>[Preview (.NET 7)](../articles/azure-functions/dotnet-isolated-process-guide.md)<br/>[Preview (.NET Framework 4.8)](../articles/azure-functions/dotnet-isolated-process-guide.md) |
13-
|[JavaScript](../articles/azure-functions/functions-reference-node.md#node-version)|GA (Node.js 6)|GA (Node.js 10 & 8)| GA (Node.js 14, 12, & 10) | GA (Node.js 14)<br/>GA (Node.js 16) |
13+
|[JavaScript](../articles/azure-functions/functions-reference-node.md#node-version)|GA (Node.js 6)|GA (Node.js 10 & 8)| GA (Node.js 14, 12, & 10) | GA (Node.js 14)<br/>GA (Node.js 16)<br/>Preview (Node.js 18) |
1414
|[F#](../articles/azure-functions/functions-reference-fsharp.md)|GA (.NET Framework 4.8)|GA (.NET Core 2.1<sup>1</sup>)| GA (.NET Core 3.1) | GA (.NET 6.0) |
1515
|[Java](../articles/azure-functions/functions-reference-java.md)|N/A|GA (Java 8)| GA (Java 11 & 8)| GA (Java 11 & 8)|
1616
|[PowerShell](../articles/azure-functions/functions-reference-powershell.md) |N/A|GA (PowerShell Core 6)| GA (PowerShell 7.0 & Core 6)| GA (PowerShell 7.0) <br/> GA (PowerShell 7.2)|

0 commit comments

Comments
 (0)