Change custom node version

Describe the issue/error/question

I want to implement node versioning for my custom node. Lets say I implemented a v1 and v2 version for an API, is it possible to specify which version to use (i.e. a dropdown property for the user to choose)? I looked at https://docs.n8n.io/integrations/creating-nodes/build/reference/node-versioning, but I couldn’t figure out if it is possible to change the version to use.

Information on your n8n setup

  • n8n version: 0.190.0

Hey @feelgood-interface,

Welcome to the community :zap:

If you were after a selection for the node version the “light versioning” would be the option to use which we use for the NocoDB node this isn’t documented but the node should serve as a fairly good example of what to do.

Let me know if you have any questions.

1 Like