Skip to content

Commit acd8fc0

Browse files
authored
Merge pull request #57046 from mhoeger/patch-19
Azure functions - clarify "current" node version
2 parents 6c50d59 + d282724 commit acd8fc0

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
@@ -415,7 +415,7 @@ The following table shows the Node.js version used by each major version of the
415415
| Functions version | Node.js version |
416416
|---|---|
417417
| 1.x | 6.11.2 (locked by the runtime) |
418-
| 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).|
418+
| 2.x | _Active LTS_ and even-numbered _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).|
419419

420420
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.
421421

0 commit comments

Comments
 (0)