mirror of
https://github.com/actions/setup-node
synced 2025-04-03 23:55:51 +00:00
Change example of Major versions in Supported version syntax
setup-node v4 supports node v20, but these example may cause misunderstanding like a v20 is not supported.
This commit is contained in:
parent
8249fd842a
commit
c070bdd0a9
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ The `node-version` input supports the Semantic Versioning Specification, for mor
|
|||
|
||||
Examples:
|
||||
|
||||
- Major versions: `14`, `16`, `18`
|
||||
- Major versions: `16`, `18`, `20`
|
||||
- More specific versions: `10.15`, `16.15.1` , `18.4.0`
|
||||
- NVM LTS syntax: `lts/erbium`, `lts/fermium`, `lts/*`, `lts/-n`
|
||||
- Latest release: `*` or `latest`/`current`/`node`
|
||||
|
|
Loading…
Add table
Reference in a new issue