No description
Find a file
2025-11-07 18:42:44 +09:00
.github/workflows Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
.vscode Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
credentials Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
icons Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
nodes watcher node 2025-11-07 18:42:44 +09:00
.gitignore Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
.prettierrc.js 🔧 Create Prettier config 2022-06-27 11:44:09 +02:00
CHANGELOG.md Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
CODE_OF_CONDUCT.md update readme and add CoC 2022-08-11 10:18:01 +01:00
eslint.config.mjs Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
LICENSE.md readme template draft 2022-08-17 16:10:14 +01:00
package-lock.json watcher node 2025-11-07 18:42:44 +09:00
package.json watcher node 2025-11-07 18:42:44 +09:00
README.md watcher node 2025-11-07 18:42:44 +09:00
README_TEMPLATE.md docs: update section links (#71) 2025-05-16 12:19:17 +01:00
tsconfig.json Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00

n8n-nodes-workflow-checker This is an n8n community node that checks for updates in your workflow nodes. It monitors both:

Community nodes from npm Base nodes from n8n's official GitHub repository

n8n is a fair-code licensed workflow automation platform. Installation Follow the installation guide in the n8n community nodes documentation. Community Node Installation

Go to Settings > Community Nodes Select Install Enter n8n-nodes-workflow-checker in the Enter npm package name field Agree to the risks and select Install

After installation, the Workflow Node Checker node will be available in your n8n workflow editor. Prerequisites You need a Firecrawl API key to use this node. Credentials This node requires Firecrawl API credentials:

Get your API key from Firecrawl In n8n, go to Credentials and create a new Firecrawl API credential Enter your API key

Operations The Workflow Node Checker node supports the following operations: Check All Nodes Checks both community and base nodes in your workflow for updates. Check Community Nodes Only Checks only community nodes (from npm) for updates. Check Base Nodes Only Checks only n8n base nodes (from GitHub) for updates. Options

Check Delay (ms): Delay between checks to avoid rate limiting (default: 1500ms) Include Content Preview: Include content preview in results (default: true) Days to Check: Number of days to check for recent updates (default: 30)

Outputs The node returns: Summary (First Output)

Total nodes in workflow Number of community vs base nodes Nodes checked successfully Nodes with recent updates Timestamp

Community Node Results

Package name Current version Last published date npm URL Content preview (if enabled)

Base Node Results

Node name and type Whether mentioned in recent releases Whether mentioned in recent commits GitHub URLs Context snippets (if enabled)

Usage Example

Add the Workflow Node Checker node to your workflow Connect your Firecrawl API credentials Select an operation (e.g., "Check All Nodes") Execute the workflow Review the results to see which nodes have updates

Compatibility Tested with n8n version 1.0.0 and above. Resources

n8n community nodes documentation Firecrawl Documentation

License MIT