docs(node-versions): updated the minimum documented node version in the node requirement doc

relates to https://github.com/semantic-release/semantic-release/issues/3106
This commit is contained in:
Matt Travi 2023-12-16 22:32:03 -06:00
parent 0d0ed9d08a
commit ad8f5b2608
No known key found for this signature in database
GPG Key ID: 8C173646C24FED70

View File

@ -1,6 +1,6 @@
# Node version requirement
**semantic-release** is written using the latest [ECMAScript 2017](https://www.ecma-international.org/publications/standards/Ecma-262.htm) features, without transpilation which **requires Node version 18.0.0 or higher**.
**semantic-release** is written using the latest [ECMAScript 2017](https://www.ecma-international.org/publications/standards/Ecma-262.htm) features, without transpilation which **requires Node version 20.8.1 or higher**.
**semantic-release** is meant to be used in a CI environment as a development support tool, not as a production dependency.
Therefore, the only constraint is to run the `semantic-release` in a CI environment providing version of Node that meets our version requirement.