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
@@ -76,6 +76,7 @@ describe('TaskRunnerProcess', () => {
|
||||
'N8N_VERSION',
|
||||
'ENVIRONMENT',
|
||||
'DEPLOYMENT_NAME',
|
||||
'NODE_PATH',
|
||||
'GENERIC_TIMEZONE',
|
||||
])('should propagate %s from env as is', async (envVar) => {
|
||||
jest.spyOn(authService, 'createGrantToken').mockResolvedValue('grantToken');
|
||||
|
||||
Reference in New Issue
Block a user