From aee47befe80b1ecb7faa18573c26ff7f28eb511e Mon Sep 17 00:00:00 2001 From: john Date: Wed, 24 Dec 2025 20:12:05 +0000 Subject: [PATCH] I have no idea what I'm doing --- n8n-task-runners.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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