From c3076a8dc7b6ba8c4a50ab54a00dba94195efaf9 Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:34:03 +0100 Subject: [PATCH] :zap: Update for n8n@090.0 --- packages/cli/BREAKING-CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 849e5f26b7..1e603ca1cb 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,6 +2,21 @@ This list shows all the versions which include breaking changes and how to upgrade. +## 0.90.0 + +### What changed? + +Node.js version 12.9 or newer is required to run n8n. + +### When is action necessary? + +If you are running Node.js version older than 12.9. + +### How to upgrade: + +You can find download and install the latest version of Node.js from [here](https://nodejs.org/en/download/). + + ## 0.87.0 ### What changed?