n8n n8n@2.26.4 released on 15-06-2026

n8n n8n@2.26.4 is out now. It fixes a runtime error that could make nodes throw “context.getNodeParameter is not a function” when n8n is installed via npm, and it reduces the delay before AI Assistant workflow preview examples appear.
See the full compare and release details at https://github.com/n8n-io/n8n/compare/n8n@2.26.3…n8n@2.26.4 and the latest release endpoint https://api.github.com/repos/n8n-io/n8n/releases/latest for downloads and additional information.
What’s in this release
- Bug fix: Prevents nodes from throwing
context.getNodeParameter is not a functionwhen n8n is installed via npm (issue #32186, commit 31b9f90) - Feature: Reduces the delay in displaying AI Assistant workflow preview examples for faster responsiveness (issue #32212, commit e6ec246)
- Release published 2026-06-15 containing one bug fix and one feature; see the compare link for full details
Upgrade notes
- If you run n8n via npm or use custom nodes, upgrade to n8n@2.26.4 to avoid node-execution failures.
- No breaking changes or deprecations are listed in the release notes.
Share any comments on your upgrade experience or whether the npm fix resolves custom-node failures on the n8n GitHub issues page.


