You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,9 @@ For information regarding locally cached versions of Node.js on GitHub hosted ru
35
35
36
36
### Supported version syntax
37
37
38
-
The `node-version` input supports the following values:
38
+
The `node-version` input supports the Semantic Versioning Specification, for more detailed examples please refer to the [documentation](https://github.com/npm/node-semver).
39
+
40
+
Examples:
39
41
40
42
- Major versions: `12`, `14`, `16`
41
43
- More specific versions: `10.15`, `14.2.0`, `16.3.0`
0 commit comments