mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Pass NODE_PATH to task runners (#13652)
This commit is contained in:
committed by
GitHub
parent
9bedd87744
commit
906770a06a
@@ -63,6 +63,7 @@ export class TaskRunnerProcess extends TypedEmitter<TaskRunnerProcessEventMap> {
|
||||
'N8N_VERSION',
|
||||
'ENVIRONMENT',
|
||||
'DEPLOYMENT_NAME',
|
||||
'NODE_PATH',
|
||||
] as const;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user