1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00

Update README.md (#522)

This commit is contained in:
Rob 2022-06-17 20:47:55 +02:00 committed by GitHub
parent b287e177c9
commit cdcc53e14f
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`