Skip to content

Commit b79ff4c

Browse files
authored
Merge pull request #3931 from Simek/patch-1
2 parents ddfe3cb + 8b68108 commit b79ff4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/support/node-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node version requirement
22

3-
**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**.
3+
**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 22.14.0 or higher**.
44

55
**semantic-release** is meant to be used in a CI environment as a development support tool, not as a production dependency.
66
Therefore, the only constraint is to run the `semantic-release` in a CI environment providing version of Node that meets our version requirement.
@@ -24,7 +24,7 @@ See [CI configuration](../usage/ci-configuration.md) and [CI configuration recip
2424
Use it to execute the `semantic-release` command.
2525

2626
```bash
27-
$ npx -p node@v18-lts -c "npx semantic-release"
27+
$ npx -p node@v24 -c "npx semantic-release"
2828
```
2929

3030
**Note**: See [What is npx](./FAQ.md#what-is-npx) for more details.

0 commit comments

Comments
 (0)