mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
update readme
This commit is contained in:
parent
eeff01b555
commit
dd0c4c2592
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ The `node-version` input supports the following syntax:
|
|||
major versions: `12`, `14`, `16`
|
||||
more specific versions: `10.15`, `14.2.0`, `16.3.0`
|
||||
nvm lts syntax: `lts/erbium`, `lts/fermium`, `lts/*`
|
||||
latest unstable release: `latest`/`current`/`node`
|
||||
|
||||
**Note:** Since latest unstable release is not being cached, there is possibility of hitting rate limit when downloading from dist
|
||||
|
||||
## Caching global packages data
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue