mirror of
https://github.com/actions/setup-node
synced 2025-04-22 00:02:12 +00:00
update the documentation
This commit is contained in:
parent
c94bad80a3
commit
3aee215b92
@ -40,9 +40,9 @@ The `node-version` input supports the following syntax:
|
|||||||
major versions: `12`, `14`, `16`
|
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/*`
|
nvm lts syntax: `lts/erbium`, `lts/fermium`, `lts/*`
|
||||||
latest unstable release: `latest`/`current`/`node`
|
latest release: `latest`/`current`/`node`
|
||||||
|
|
||||||
**Note:** Since latest unstable release is not being cached, there is possibility of hitting rate limit when downloading from dist
|
**Note:** Since the latest release will not be cached always, there is possibility of hitting rate limit when downloading from dist
|
||||||
|
|
||||||
## Caching global packages data
|
## Caching global packages data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user