diff options
author | 2022-07-11 11:32:53 -0500 | |
---|---|---|
committer | 2022-07-11 11:32:53 -0500 | |
commit | 1cc5b78905633608e5b07ad291f916f54e67feb1 (patch) | |
tree | ec6fa9cfedd7e7d106922884506ec7819aa3aa81 /.github/ISSUE_TEMPLATE | |
parent | cb6a973839450dea1705407e1060919c946cca99 (diff) | |
download | astro-1cc5b78905633608e5b07ad291f916f54e67feb1.tar.gz astro-1cc5b78905633608e5b07ad291f916f54e67feb1.tar.zst astro-1cc5b78905633608e5b07ad291f916f54e67feb1.zip |
fix(#3071): update supported node versions (#3871)
Co-authored-by: Nate Moore <nate@astro.build>
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 05d9fe549..f8701dfb8 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 (`v14.15.0+`, or `v16.0.0+`) + ✅ I am using a version of Node that supports ESM (`v14.20.0+`, or `v16.16.0+`) - type: input id: astro-version attributes: |