Keep your n8n instance healthy with a quick node version audit. The flow scans one workflow or all workflows and flags nodes that are behind the latest available version. It fits IT and operations teams that manage many automations and want a fast, clear report.
The run starts with a manual trigger. A Set node stores your base URL, then an HTTP Request pulls the official list of node types and their latest versions from your n8n API. A Code node extracts the name and latest version for easy matching. The n8n API nodes fetch either all workflows or a single workflow based on what you enable. Split Out iterates every node in each workflow. An If check marks nodes that do not match the latest version list. Results are collected with a Set node, grouped by workflow with Summarize, and formatted with a final Set node for a clean report.
Setup needs an n8n API key and your instance base URL without the API path. Choose if you want to review everything or focus on one workflow ID. Expect a simple list that shows which workflows need attention and which node names to update. Use it before platform upgrades, during monthly maintenance, or after restoring old workflows to keep your stack up to date.