fix(core): Propagate env to task runner (#14638)

This commit is contained in:
Iván Ovejero
2025-04-15 11:58:54 +02:00
committed by GitHub
parent 513f20a902
commit 8e26d5514d
3 changed files with 3 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ export class TaskRunnerProcess extends TypedEmitter<TaskRunnerProcessEventMap> {
'NODE_FUNCTION_ALLOW_BUILTIN',
'NODE_FUNCTION_ALLOW_EXTERNAL',
'N8N_SENTRY_DSN',
'N8N_RUNNERS_ALLOW_PROTOTYPE_MUTATION',
// Metadata about the environment
'N8N_VERSION',
'ENVIRONMENT',