diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 2c9256deba..09153d30ad 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -4,6 +4,9 @@ "description": "Angular - the compiler library", "author": "angular", "license": "MIT", + "engines": { + "node": ">=12.14.1 <16.0.0" + }, "dependencies": { "tslib": "^2.1.0" },