Please document the '14.x' notation?
See original GitHub issueDescription:
In the examples, there is a .x
notation for the node-version
. I could not find the spec for that notation. Could you link to that from near the example?
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
Justification: It is unclear which version-spec is used.
Are you willing to submit a PR? If I could find the source, yes 😃
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
President Woodrow Wilson's 14 Points (1918)
In this January 8, 1918, speech on War Aims and Peace Terms, President Wilson set down 14 points as a blueprint for world...
Read more >sigma-notation.pdf
The symbol Σ means 'add up'. Underneath Σ we see j = 1 and on top of it 5. This means that j...
Read more >About iOS 14 Updates
iOS 14 updates the core experience of iPhone with redesigned widgets on the Home Screen, a new way to automatically organize apps with...
Read more >Using TeX Notation - MoodleDocs
With the TeX notation filter activated, an equation is displayed within the text when it is surrounded by the pair \( and \)....
Read more >LLVM 14.0.0 Release Notes - Documentation
This document contains the release notes for the LLVM Compiler ... about the latest release, please check out the main LLVM web site....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes that sounds good, I’ll try to make a PR 😃
I think we can use the similar approach as for the setup-go action and attach the link to the SemVer documentation.