From ffc0c7b4d539dcfefb8992155b4140b44e227237 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Sat, 8 May 2021 05:37:09 +0200 Subject: [PATCH] :zap: Add breaking change for Node.js version update (#1733) * :zap: Add breaking change for Node.js version update * :zap: Fix format of breaking-changes file Co-authored-by: Jan Oberhauser --- packages/cli/BREAKING-CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 1132496ee..2a762e047 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -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.