mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
docs(readme): revert last commit and s/values/formats/.
This commit is contained in:
parent
d447f34a51
commit
5d31d4fcc6
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ For information regarding locally cached versions of Node.js on GitHub hosted ru
|
||||||
|
|
||||||
### Supported version syntax
|
### Supported version syntax
|
||||||
|
|
||||||
The `node-version` input supports the following values:
|
The `node-version` input supports the following formats:
|
||||||
|
|
||||||
- Major versions: `14`, `16`, `18`
|
- Major versions: `12`, `14`, `16`
|
||||||
- More specific versions: `10.15`, `14.2.0`, `16.3.0`
|
- More specific versions: `10.15`, `14.2.0`, `16.3.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…
Add table
Reference in a new issue