mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Deprecate step size and node color (#2586)
* 🔥 Deprecate numberStepSize * 🔥 Deprecate color in non-FA nodes * ⚡ Minor node name fixes * 📦 Update package-lock.json * ⏪ Restore Merge node color * 👕 Fix lint
This commit is contained in:
@@ -29,7 +29,6 @@ export class StravaTrigger implements INodeType {
|
||||
description: 'Starts the workflow when Strava events occur',
|
||||
defaults: {
|
||||
name: 'Strava Trigger',
|
||||
color: '#ea5929',
|
||||
},
|
||||
inputs: [],
|
||||
outputs: ['main'],
|
||||
|
||||
Reference in New Issue
Block a user