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
@@ -415,7 +415,7 @@ The following table shows the Node.js version used by each major version of the
415
415
| Functions version |Node.js version |
416
416
|---|---|
417
417
|1.x|6.11.2 (locked by the runtime) |
418
-
|2.x| _Active LTS_ and _Current_ Node.jsversions (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).|
418
+
|2.x| _Active LTS_ and even-numbered _Current_ Node.jsversions (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).|
419
419
420
420
You can see the current version that the runtime is using by checking the above app setting or by printing `process.version` from any function.
0 commit comments