diff options
author | 2023-07-24 20:47:07 +0200 | |
---|---|---|
committer | 2023-08-08 11:01:33 +0100 | |
commit | d0679a666f37da0fca396d42b9b32bbb25d29312 (patch) | |
tree | c44e6b986d5a240c5c82611f76e1a8fdc89e981e /.github/ISSUE_TEMPLATE | |
parent | 4d160fa1e227cfcdb4789563574fc67ac24cf243 (diff) | |
download | astro-d0679a666f37da0fca396d42b9b32bbb25d29312.tar.gz astro-d0679a666f37da0fca396d42b9b32bbb25d29312.tar.zst astro-d0679a666f37da0fca396d42b9b32bbb25d29312.zip |
Remove support for Node 16 (#7780)
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 a9786522b..15bc784f4 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -10,7 +10,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.18.0+`, or `v16.12.0+`) + ✅ I am using a version of Node that Astro supports (`>=18.14.1`) - type: input id: astro-version attributes: |