Skip to content

Commit 414bea3

Browse files
committed
chore: Update LTS doc
Signed-off-by: Jefferson <[email protected]> chore: Update LTS doc
1 parent eae214e commit 414bea3

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

docs/Reference/LTS.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ in this document:
2323
given Fastify release line. This implies that only the latest Node.js release
2424
of a given line is supported.
2525

26+
4. Major releases will be tested and verified against all [N|solid](https://doc
27+
s.nodesource.com/nsolid/5.0/docs) releases lines those released aligned with
28+
the [Node.js LTS policy](https://github.com/nodejs/Release) within the LTS
29+
period of that given Fastify release line. This implies that only the latest
30+
N|Solid release of a given line is supported.
31+
2632
A "month" is defined as 30 consecutive days.
2733

2834
> ## Security Releases and Semver
@@ -43,12 +49,12 @@ A "month" is defined as 30 consecutive days.
4349
### Schedule
4450
<a id="lts-schedule"></a>
4551

46-
| Version | Release Date | End Of LTS Date | Node.js |
47-
| :------ | :----------- | :-------------- | :------------------- |
48-
| 1.0.0 | 2018-03-06 | 2019-09-01 | 6, 8, 9, 10, 11 |
49-
| 2.0.0 | 2019-02-25 | 2021-01-31 | 6, 8, 10, 12, 14 |
50-
| 3.0.0 | 2020-07-07 | 2023-06-30 | 10, 12, 14, 16, 18 |
51-
| 4.0.0 | 2022-06-08 | TBD | 14, 16, 18, 20 |
52+
| Version | Release Date | End Of LTS Date | Node.js | Nsolid(Node) |
53+
| :------ | :----------- | :-------------- | :------------------- | :------------- |
54+
| 1.0.0 | 2018-03-06 | 2019-09-01 | 6, 8, 9, 10, 11 | |
55+
| 2.0.0 | 2019-02-25 | 2021-01-31 | 6, 8, 10, 12, 14 | |
56+
| 3.0.0 | 2020-07-07 | 2023-06-30 | 10, 12, 14, 16, 18 | v5(18) |
57+
| 4.0.0 | 2022-06-08 | TBD | 14, 16, 18, 20 | v5(18), v5(20) |
5258

5359
### CI tested operating systems
5460
<a id="supported-os"></a>
@@ -59,12 +65,12 @@ runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-gi
5965
for further details on what the latest virtual environment is in relation to the
6066
YAML workflow labels below:
6167

62-
| OS | YAML Workflow Label | Package Manager | Node.js |
63-
|---------|------------------------|---------------------------|--------------|
64-
| Linux | `ubuntu-latest` | npm | 14,16,18,20 |
65-
| Linux | `ubuntu-latest` | yarn,pnpm | 14,16,18,20 |
66-
| Windows | `windows-latest` | npm | 14,16,18,20 |
67-
| MacOS | `macos-latest` | npm | 14,16,18,20 |
68+
| OS | YAML Workflow Label | Package Manager | Node.js | Nsolid(Node) |
69+
|---------|------------------------|---------------------------|--------------|----------------|
70+
| Linux | `ubuntu-latest` | npm | 14,16,18,20 | v5(18),v5(20) |
71+
| Linux | `ubuntu-latest` | yarn,pnpm | 14,16,18,20 | v5(18),v5(20) |
72+
| Windows | `windows-latest` | npm | 14,16,18,20 | v5(18),v5(20) |
73+
| MacOS | `macos-latest` | npm | 14,16,18,20 | v5(18),v5(20) |
6874

6975
Using [yarn](https://yarnpkg.com/) might require passing the `--ignore-engines`
7076
flag.

0 commit comments

Comments
 (0)