From 6417bf10319b0ecff95712ca62e3745d971373a8 Mon Sep 17 00:00:00 2001 From: Marine Dunstetter Date: Thu, 1 Feb 2024 15:09:09 +0100 Subject: [PATCH] docs(DEPRECATIONS): following the re-add of node 14, adjust the line about deprecated node --- DEPRECATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPRECATIONS.md b/DEPRECATIONS.md index 62890582..1f8326b5 100644 --- a/DEPRECATIONS.md +++ b/DEPRECATIONS.md @@ -88,4 +88,4 @@ return maybeEmbroider(app, { The v2 addon will no longer support Ember versions lower than 3.28. -Additionally, it will have dependencies such as `ember-cli-babel@8.2.0` that require node 16, so node 12 will be removed from the supported engines. +Additionally, it will have dependencies such as `ember-cli-babel@8.2.0` that require node 16, so node 12 and node 14 will be removed from the supported engines.