File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -48,29 +48,28 @@ file a new issue.
48
48
## Supported platforms
49
49
50
50
This list of supported platforms is current as of the branch/release to
51
- which it is attached .
51
+ which it belongs .
52
52
53
53
### Input
54
54
55
55
Node.js relies on V8 and libuv. We adopt a subset of their supported platforms.
56
56
57
57
### Strategy
58
58
59
- Support is divided into three tiers:
59
+ There are three support tiers:
60
60
61
61
* ** Tier 1** : Full test coverage and maintenance by the Node.js core team and
62
62
the broader community.
63
- * ** Tier 2** : Full test coverage but more limited maintenance,
64
- often provided by the vendor of the platform.
65
- * ** Experimental** : May not compile reliably or test suite may not pass.
66
- These are often working to be promoted to Tier 2 but are not quite ready.
67
- There is at least one individual actively providing maintenance and the team
68
- is striving to broaden quality and reliability of support.
63
+ * ** Tier 2** : Full test coverage. Limited maintenance, often provided by the
64
+ vendor of the platform.
65
+ * ** Experimental** : May not compile or test suite may not pass.
66
+ These are often approaching Tier 2 support but are not quite ready.
67
+ There is at least one individual providing maintenance.
69
68
70
69
### Supported platforms
71
70
72
71
The community does not build or test against end-of-life distributions (EoL).
73
- Thus, we do not recommend that you use Node on end-of-life or unsupported
72
+ Thus, we do not recommend that you use Node.js on end-of-life or unsupported
74
73
platforms in production.
75
74
76
75
| System | Support type | Version | Architectures | Notes |
You can’t perform that action at this time.
0 commit comments