mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 16:16:48 +00:00
Bump actions/github to 2.2.0 to support GHES (#72)
* Bumping actions/github to 2.2.0 * Husky commit correct node modules
This commit is contained in:
19
node_modules/windows-release/readme.md
generated
vendored
19
node_modules/windows-release/readme.md
generated
vendored
@@ -2,14 +2,12 @@
|
||||
|
||||
> Get the name of a Windows version from the release number: `5.1.2600` → `XP`
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install windows-release
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
@@ -31,10 +29,9 @@ windowsRelease('4.9.3000');
|
||||
//=> 'ME'
|
||||
```
|
||||
|
||||
|
||||
## API
|
||||
|
||||
### windowsRelease([release])
|
||||
### windowsRelease(release?)
|
||||
|
||||
#### release
|
||||
|
||||
@@ -44,13 +41,19 @@ By default, the current OS is used, but you can supply a custom release number,
|
||||
|
||||
Note: Most Windows Server versions cannot be detected based on the release number alone. There is runtime detection in place to work around this, but it will only be used if no argument is supplied, or the supplied argument matches `os.release()`.
|
||||
|
||||
|
||||
## Related
|
||||
|
||||
- [os-name](https://github.com/sindresorhus/os-name) - Get the name of the current operating system
|
||||
- [macos-release](https://github.com/sindresorhus/macos-release) - Get the name and version of a macOS release from the Darwin version
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
||||
<div align="center">
|
||||
<b>
|
||||
<a href="https://tidelift.com/subscription/pkg/npm-windows-release?utm_source=npm-windows-release&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
|
||||
</b>
|
||||
<br>
|
||||
<sub>
|
||||
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
|
||||
</sub>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user