mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Add breaking change for Node.js version update (#1733)
* ⚡ Add breaking change for Node.js version update * ⚡ Fix format of breaking-changes file Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
parent
1fd0fcc729
commit
ffc0c7b4d5
|
@ -4,6 +4,17 @@ This list shows all the versions which include breaking changes and how to upgra
|
|||
|
||||
## 0.118.0
|
||||
|
||||
### What changed?
|
||||
The minimum Node.js version required for n8n is now v14.
|
||||
|
||||
### When is action necessary?
|
||||
If you're using n8n via npm or PM2 or if you're contributing to n8n.
|
||||
|
||||
### How to upgrade:
|
||||
Update the Node.js version to v14 or above.
|
||||
|
||||
----------------------------
|
||||
|
||||
### What changed?
|
||||
In the Postgres, CrateDB, QuestDB and TimescaleDB nodes the `Execute Query` operation returns the result from all queries executed instead of just one of the results.
|
||||
|
||||
|
|
Loading…
Reference in a new issue