Skip to content

Commit

Permalink
Update README.md (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
d2a-raudenaerde committed Jun 17, 2022
1 parent b287e17 commit cdcc53e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -35,7 +35,9 @@ For information regarding locally cached versions of Node.js on GitHub hosted ru

### Supported version syntax

The `node-version` input supports the following values:
The `node-version` input supports the Semantic Versioning Specification, for more detailed examples please refer to the [documentation](https://github.com/npm/node-semver).

Examples:

- Major versions: `12`, `14`, `16`
- More specific versions: `10.15`, `14.2.0`, `16.3.0`
Expand Down

0 comments on commit cdcc53e

Please sign in to comment.