mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 19:49:32 +08: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
|
@ -103,7 +103,7 @@ The `node-version` input supports the Semantic Versioning Specification, for mor
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
- Major versions: `14`, `16`, `18`
|
- Major versions: `16`, `18`, `20`
|
||||||
- More specific versions: `10.15`, `16.15.1` , `18.4.0`
|
- More specific versions: `10.15`, `16.15.1` , `18.4.0`
|
||||||
- NVM LTS syntax: `lts/erbium`, `lts/fermium`, `lts/*`, `lts/-n`
|
- NVM LTS syntax: `lts/erbium`, `lts/fermium`, `lts/*`, `lts/-n`
|
||||||
- Latest release: `*` or `latest`/`current`/`node`
|
- Latest release: `*` or `latest`/`current`/`node`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user