From 46973d8b2326978fb094a07b5c1fdc6364ede91b Mon Sep 17 00:00:00 2001 From: James Sumners Date: Sat, 27 Apr 2024 07:26:28 -0400 Subject: [PATCH 1/2] Update LTS doc --- docs/lts.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/lts.md b/docs/lts.md index a2a351d2e..dc9709f54 100644 --- a/docs/lts.md +++ b/docs/lts.md @@ -43,8 +43,8 @@ A "month" is defined as 30 consecutive days. | Version | Release Date | End Of LTS Date | Node.js | | :------ | :----------- | :-------------- | :------------------- | -| 9.x | TBD. | TBD | 18, 20 | -| 8.x | 2022-06-01 | TBD | 14, 16, 18 | +| 9.x | 2024-04-26 | TBD | 18, 20 | +| 8.x | 2022-06-01 | 2024-10-26 | 14, 16, 18 | | 7.x | 2021-10-14 | 2023-06-01 | 12, 14, 16 | | 6.x | 2020-03-07 | 2022-04-14 | 10, 12, 14, 16 | @@ -59,6 +59,6 @@ the YAML workflow labels below: | OS | YAML Workflow Label | Node.js | |---------|------------------------|--------------| -| Linux | `ubuntu-latest` | 18, 20, 21 | -| Windows | `windows-latest` | 18, 20, 21 | -| MacOS | `macos-latest` | 18, 20, 21 | +| Linux | `ubuntu-latest` | 18, 20, 22 | +| Windows | `windows-latest` | 18, 20, 22 | +| MacOS | `macos-latest` | 18, 20, 22 | From e1051186a0213a986f9090acd1de522f9448b9c3 Mon Sep 17 00:00:00 2001 From: James Sumners <321201+jsumners@users.noreply.github.com> Date: Sat, 27 Apr 2024 07:40:56 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Matteo Collina --- docs/lts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lts.md b/docs/lts.md index dc9709f54..2c880cb17 100644 --- a/docs/lts.md +++ b/docs/lts.md @@ -43,8 +43,8 @@ A "month" is defined as 30 consecutive days. | Version | Release Date | End Of LTS Date | Node.js | | :------ | :----------- | :-------------- | :------------------- | -| 9.x | 2024-04-26 | TBD | 18, 20 | -| 8.x | 2022-06-01 | 2024-10-26 | 14, 16, 18 | +| 9.x | 2024-04-26 | TBD | 18, 20, 22 | +| 8.x | 2022-06-01 | 2024-10-26 | 14, 16, 18, 20 | | 7.x | 2021-10-14 | 2023-06-01 | 12, 14, 16 | | 6.x | 2020-03-07 | 2022-04-14 | 10, 12, 14, 16 |