diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 243018f290..aadb000f6b 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -4,6 +4,9 @@ "description": "Angular - the library for easing update from v1 to v2", "author": "angular", "license": "MIT", + "engines": { + "node": ">=12.14.1 <16.0.0" + }, "dependencies": { "tslib": "^2.1.0" },