Skip to content

npm#

To update your n8n instance to the latest released version, run:

1
npm update -g n8n

To install/update to a specific version of n8n use the @ syntax to specify the desired version. For example:

1
npm install n8n@0.126.1