diff --git a/aio/tools/examples/shared/package.json b/aio/tools/examples/shared/package.json index 07e5c603f5..eb28dbd2d1 100644 --- a/aio/tools/examples/shared/package.json +++ b/aio/tools/examples/shared/package.json @@ -12,7 +12,7 @@ }, "//engines-comment": "Keep this in sync with /package.json and /aio/package.json", "engines": { - "node": "^12.20.0 || ^14.0.0", + "node": "^12.20.0 || >=14.0.0", "yarn": ">=1.21.1 <2", "npm": "Please use yarn instead of NPM to install dependencies" }, @@ -86,4 +86,4 @@ "tslint": "~6.1.0", "typescript": "~4.2.3" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index b37dda6e2c..577b19708f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "//engines-comment": "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json", "engines": { - "node": "^12.20.0 || ^14.0.0", + "node": "^12.20.0 || >=14.0.0", "yarn": ">=1.22.4 <2", "npm": "Please use yarn instead of NPM to install dependencies" },