@@ -23,6 +23,12 @@ in this document:
23
23
given Fastify release line. This implies that only the latest Node.js release
24
24
of a given line is supported.
25
25
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
+
26
32
A "month" is defined as 30 consecutive days.
27
33
28
34
> ## Security Releases and Semver
@@ -43,12 +49,12 @@ A "month" is defined as 30 consecutive days.
43
49
### Schedule
44
50
<a id =" lts-schedule " ></a >
45
51
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) |
52
58
53
59
### CI tested operating systems
54
60
<a id =" supported-os " ></a >
@@ -59,12 +65,12 @@ runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-gi
59
65
for further details on what the latest virtual environment is in relation to the
60
66
YAML workflow labels below:
61
67
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) |
68
74
69
75
Using [ yarn] ( https://yarnpkg.com/ ) might require passing the ` --ignore-engines `
70
76
flag.
0 commit comments