From 9f934bf8157e9751e6898bf912f1976d1ab73127 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Mon, 29 Apr 2024 12:07:07 -0400 Subject: [PATCH] chore: Require README updates when bumping Node.js version support --- docs/node-version.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/node-version.md b/docs/node-version.md index 33be5e6ab77..dbb274b0bc8 100644 --- a/docs/node-version.md +++ b/docs/node-version.md @@ -14,3 +14,4 @@ When a new version becomes Active LTS: - [ ] update the .node-version hint to use it - [ ] update Node.js test ranges to remove the EOLed version and add the new LTS - [ ] update package.json engines to allow the two LTS versions +- [ ] update README.md to document the new supported versions