Skip to content

Commit

Permalink
docs: update node LTS version for npx command (#2669)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
shaneog committed Jan 13, 2023
1 parent ac13714 commit c7b8e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support/node-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c7b8e10

Please sign in to comment.