diff --git a/package.json b/package.json index fbe3c8067..259fe0580 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "uvu": "^0.5.1" }, "engines": { - "node": ">=14.16.1" + "node": ">=14.15.1" } } diff --git a/packages/astro/README.md b/packages/astro/README.md index f2a119306..101f67274 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -10,7 +10,7 @@ With Astro, you can use your favorite JavaScript framework and automatically shi ## 🔧 Quick Start -> __Important__: Astro is built with [ESM modules](https://nodejs.org/api/esm.html) which are not supported in older version of Node.js. The minimum supported version is __14.16.1__. +> __Important__: Astro is built with [ESM modules](https://nodejs.org/api/esm.html) which are not supported in older version of Node.js. The minimum supported version is __14.15.1__. ```bash # create your project