update node min version to 14.15.1 for codesandbox (#395)

This commit is contained in:
duncanhealy 2021-06-11 21:29:31 +01:00 committed by GitHub
parent e7eab4e9d9
commit 8d72862a98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -51,6 +51,6 @@
"uvu": "^0.5.1"
},
"engines": {
"node": ">=14.16.1"
"node": ">=14.15.1"
}
}

View file

@ -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