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: articles/azure-functions/functions-reference-node.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ The following table shows the Node.js version used by each major version of the
267
267
| Functions version |Node.js version |
268
268
|---|---|
269
269
|1.x|6.11.2 (locked by the runtime) |
270
-
|2.x|>=8.4.0with current LTS8.9.4recommended. 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.jsversions (8.11.1 and 10.6.0recommended). Set the version by using the WEBSITE_NODE_DEFAULT_VERSION [app setting](functions-how-to-use-azure-function-app-settings.md#settings).|
271
271
272
272
You can see the current version that the runtime is using by printing `process.version` from any function.
0 commit comments