n8n-docs/docs/hosting/updating/npm.md
2022-04-13 09:56:05 +01:00

252 B

npm

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

npm update -g n8n

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

npm install n8n@0.126.1