n8n | n8n@2.28.6

n8n n8n@2.28.6 released on 03-07-2026


n8n n8n@2.28.6 is out now. It fixes npm install failures caused by duplicate zod instances, and tidies editor input sizing and AI Gateway notices for clearer behaviour.

See n8n’s GitHub release for the full notes, links to the commits and related issues.

What’s in this release

  • Core: prevents duplicate zod instances that could break npm installs (fixes #33471, commit a182295).
  • Editor: aligns parameter input field sizes for a consistent node layout (fixes #33448, commit 2d0da0b).
  • Editor: AI Gateway fixes — removes duplicate “unsupported-action” notices and shows contextual hints when supported nodes are used as tools (fixes #33439 and #33473, commits 0a45419 and a4161ba).

Upgrade notes

  • No breaking changes reported; if you experienced npm install failures, re-run npm install to pick up the zod fix.
  • If you need to roll back, you can install the previous release (n8n@2.28.5).

Tell the team and the community how the update behaves in your environment — share any issues or confirmations on the project’s GitHub.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes