diff --git a/n8n-task-runners.json b/n8n-task-runners.json index 1f2a174..e9d2017 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", + "NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid" + } + }, { "runner-type": "python", "env-overrides": {