fix(core): Validate task runner mode (#14376)

This commit is contained in:
Iván Ovejero
2025-04-10 13:35:13 +02:00
committed by GitHub
parent 8c417d7b1b
commit 52170f1bbc
5 changed files with 49 additions and 13 deletions

View File

@@ -22,7 +22,8 @@
],
"dependencies": {
"@n8n/di": "workspace:*",
"reflect-metadata": "catalog:"
"reflect-metadata": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*"