Skip to content

Commit 5fa673b

Browse files
authored
Merge pull request #47884 from mhoeger/patch-3
Update v2 node version information
2 parents 57bec92 + 072fc48 commit 5fa673b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The following table shows the Node.js version used by each major version of the
267267
| Functions version | Node.js version |
268268
|---|---|
269269
| 1.x | 6.11.2 (locked by the runtime) |
270-
| 2.x |>=8.4.0 with current LTS 8.9.4 recommended. Set the version by using the WEBSITE_NODE_DEFAULT_VERSION [app setting](functions-how-to-use-azure-function-app-settings.md#settings).|
270+
| 2.x | _Active LTS_ and _Current_ Node.js versions (8.11.1 and 10.6.0 recommended). Set the version by using the WEBSITE_NODE_DEFAULT_VERSION [app setting](functions-how-to-use-azure-function-app-settings.md#settings).|
271271

272272
You can see the current version that the runtime is using by printing `process.version` from any function.
273273

0 commit comments

Comments
 (0)