diff options
author | 2021-12-16 18:53:22 -0500 | |
---|---|---|
committer | 2021-12-16 18:53:22 -0500 | |
commit | 45cea6aec5a310fed4cb8da0d96670d6b99a2539 (patch) | |
tree | ce97fe0094a054df4ada5d68c35fbda8cb643680 /.github/ISSUE_TEMPLATE | |
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 '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/---01-bug-report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 943fcfa88..6ddb55c45 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -11,7 +11,7 @@ body: Thank you for taking the time to file a bug report! Please fill out this form as completely as possible. ✅ I am using the **latest version of Astro** and all plugins. - ✅ I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`) + ✅ I am using a version of Node that supports ESM (`v14.15.0+`, or `v16.0.0+`) - type: input attributes: label: What version of `astro` are you using? |