update node min version to 14.15.1 for codesandbox (#395)
This commit is contained in:
parent
e7eab4e9d9
commit
8d72862a98
2 changed files with 2 additions and 2 deletions
|
@ -51,6 +51,6 @@
|
||||||
"uvu": "^0.5.1"
|
"uvu": "^0.5.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.16.1"
|
"node": ">=14.15.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ With Astro, you can use your favorite JavaScript framework and automatically shi
|
||||||
|
|
||||||
## 🔧 Quick Start
|
## 🔧 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
|
```bash
|
||||||
# create your project
|
# create your project
|
||||||
|
|
Loading…
Reference in a new issue