diff --git a/n8n-task-runners.json b/n8n-task-runners.json index 104df68..aeae05a 100644 --- a/n8n-task-runners.json +++ b/n8n-task-runners.json @@ -1,5 +1,12 @@ { "task-runners": [ + { + "runner-type": "javascript", + "env-overrides": { + "NODE_FUNCTION_ALLOW_BUILTIN": "crypto", // <-- allowlist Node.js builtin modules here + "NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid", // <-- allowlist third-party JS packages here + } + }, { "runner-type": "python", "env-overrides": { @@ -9,5 +16,4 @@ } } ] -} - +} \ No newline at end of file