Skip to content

Commit 69cb952

Browse files
authored
Update create-first-function-vs-code-typescript.md
1 parent 64f70e5 commit 69cb952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/create-first-function-vs-code-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before you get started, make sure you have the following requirements in place:
2323

2424
+ 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).
2525

26-
+ [Node.js 18.x](https://nodejs.org/en/download/releases/). Use the `node --version` command to check your version.
26+
+ [Node.js 18.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.
2727

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

0 commit comments

Comments
 (0)