From 1bf2be9af26583e657267d2cf81e3275987f0db8 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 11 May 2022 11:02:16 -0600 Subject: [PATCH] Bump Node version requirement to 14+ --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 91f99583..731ce539 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,7 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Environment** -* [ ] I am using Node.js v12.x LTS or higher +* [ ] I am using Node.js v14.x LTS or higher * [ ] `npm install` or `yarn` reports success * Actual Node.js version (`node --version`): * Operating system (`uname -a` on *nix systems):