Skip to content

Commit 3601f2a

Browse files
authored
improve version syntax presentation (#493)
1 parent 4d62faf commit 3601f2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ For information regarding locally cached versions of Node.js on GitHub hosted ru
3535

3636
### Supported version syntax
3737

38-
The `node-version` input supports the following syntax:
38+
The `node-version` input supports the following values:
3939

40-
major versions: `12`, `14`, `16`
41-
more specific versions: `10.15`, `14.2.0`, `16.3.0`
42-
nvm lts syntax: `lts/erbium`, `lts/fermium`, `lts/*`
43-
latest release: `latest`/`current`/`node`
40+
- Major versions: `12`, `14`, `16`
41+
- More specific versions: `10.15`, `14.2.0`, `16.3.0`
42+
- NVM LTS syntax: `lts/erbium`, `lts/fermium`, `lts/*`
43+
- Latest release: `latest`/`current`/`node`
4444

4545
**Note:** Since the latest release will not be cached always, there is possibility of hitting rate limit when downloading from dist
4646

0 commit comments

Comments
 (0)