File tree 1 file changed +5
-5
lines changed 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
35
35
36
36
# ## Supported version syntax
37
37
38
- The `node-version` input supports the following syntax :
38
+ The `node-version` input supports the following values :
39
39
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`
44
44
45
45
**Note:** Since the latest release will not be cached always, there is possibility of hitting rate limit when downloading from dist
46
46
You can’t perform that action at this time.
0 commit comments