refactor(core): Split WorkflowExecute.runNode into smaller methods (#17864)

This commit is contained in:
Danny Martini
2025-08-19 10:20:00 +01:00
committed by GitHub
parent 961fc538d7
commit dd55201ee6
3 changed files with 1390 additions and 165 deletions

View File

@@ -3,7 +3,7 @@ import { nodeConfig } from '@n8n/eslint-config/node';
export default defineConfig(
nodeConfig,
globalIgnores(['bin/*.js', 'nodes-testing/*.ts']),
globalIgnores(['bin/*.js', 'nodes-testing/*.ts', 'coverage/*']),
{
rules: {
// TODO: Lower the complexity threshold