diff --git a/docs/support/node-version.md b/docs/support/node-version.md index bd61abbb..01018a3d 100644 --- a/docs/support/node-version.md +++ b/docs/support/node-version.md @@ -24,7 +24,7 @@ See [CI configuration](../usage/ci-configuration.md) and [CI configuration recip Use it to execute the `semantic-release` command. ```bash -$ npx -p node@lts -c "npx semantic-release" +$ npx -p node@v18-lts -c "npx semantic-release" ``` **Note**: See [What is npx](./FAQ.md#what-is-npx) for more details.