fix: Fix formatting/linting for CI (no-changelog) (#5264)
* ⬆️ Upgrade Prettier * 📦 Update `pnpm-lock.yaml` * 🎨 Format all packages * 🔧 Specify `prettierPath`
This commit is contained in:
@@ -10,7 +10,7 @@ export const eventNamesWorkflow = [
|
||||
'n8n.workflow.failed',
|
||||
] as const;
|
||||
|
||||
export type EventNamesWorkflowType = typeof eventNamesWorkflow[number];
|
||||
export type EventNamesWorkflowType = (typeof eventNamesWorkflow)[number];
|
||||
|
||||
// --------------------------------------
|
||||
// EventMessage class for Workflow events
|
||||
|
||||
Reference in New Issue
Block a user