diff options
author | 2021-12-16 18:53:22 -0500 | |
---|---|---|
committer | 2021-12-16 18:53:22 -0500 | |
commit | 45cea6aec5a310fed4cb8da0d96670d6b99a2539 (patch) | |
tree | ce97fe0094a054df4ada5d68c35fbda8cb643680 /docs/src/pages/quick-start.md | |
parent | 810aeb321a46ff37ce1250cbfb727d944ef8a825 (diff) | |
download | astro-45cea6aec5a310fed4cb8da0d96670d6b99a2539.tar.gz astro-45cea6aec5a310fed4cb8da0d96670d6b99a2539.tar.zst astro-45cea6aec5a310fed4cb8da0d96670d6b99a2539.zip |
Support Node v14.15+ (#2202)
* Support Node v14.15+
* changeset
* Update .changeset/new-hats-design.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update .changeset/new-hats-design.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update .changeset/new-hats-design.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* ES2020
* update yarn.lock
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/quick-start.md')
-rw-r--r-- | docs/src/pages/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md index ee8a163fd..93cef23af 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -5,7 +5,7 @@ description: The easiest way to get started quickly with Astro. --- ```shell -# prerequisite: check that Node.js is 12.20.0+, 14.13.1+, or 16+ +# prerequisite: check that Node.js is 14.15.0+, or 16+ node --version # Make a new project directory, and navigate directly into it |