From 3601f2a33e3de4e7724647d6a5b3f84c345b0d26 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 18 May 2022 09:50:55 +0200 Subject: [PATCH] improve version syntax presentation (#493) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20e2418d..f920ee1e 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ For information regarding locally cached versions of Node.js on GitHub hosted ru ### Supported version syntax -The `node-version` input supports the following syntax: +The `node-version` input supports the following values: -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 release: `latest`/`current`/`node` + - 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 release: `latest`/`current`/`node` **Note:** Since the latest release will not be cached always, there is possibility of hitting rate limit when downloading from dist