File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments