From c7b8e10bd1960969e9ebe6ee2dd6c7375363718a Mon Sep 17 00:00:00 2001 From: Shane O'Grady Date: Fri, 13 Jan 2023 09:24:31 -0800 Subject: [PATCH] docs: update node LTS version for npx command (#2669) The [lts tag](https://www.npmjs.com/package/node?activeTab=versions) refers to Node.js 16.13.2. To use v18 of Node you need to use the tag `v18-lts`. --- docs/support/node-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.