diff --git a/docs/hosting/configuration/configuration-examples/modules-in-code-node.md b/docs/hosting/configuration/configuration-examples/modules-in-code-node.md index 066106ac3..e5ff86635 100644 --- a/docs/hosting/configuration/configuration-examples/modules-in-code-node.md +++ b/docs/hosting/configuration/configuration-examples/modules-in-code-node.md @@ -24,4 +24,8 @@ export NODE_FUNCTION_ALLOW_BUILTIN=crypto,fs # Allow usage of external npm modules. export NODE_FUNCTION_ALLOW_EXTERNAL=moment,lodash ``` +/// note | If using Task Runners +If n8n instance is setup with [Task Runners](/hosting/configuration/task-runners.md), add the environment variables to the Task Runners instead to the main n8n node. +/// + Refer to [Environment variables reference](/hosting/configuration/environment-variables/nodes.md) for more information on these variables.