From 10c45239a68e82ea52c1601fae09953aa7843351 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 26 Apr 2021 11:47:46 -0700 Subject: [PATCH] fix(upgrade): update supported range of node versions to only include LTS versions (#41822) Update the supported range of node versions for Angular to only include supported LTS versions. PR Close #41822 --- packages/upgrade/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index aadb000f6b97f..a69668a67412f 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -5,7 +5,7 @@ "author": "angular", "license": "MIT", "engines": { - "node": ">=12.14.1 <16.0.0" + "node": "^12.14.1 || ^14.0.0" }, "dependencies": { "tslib": "^2.1.0"