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:
PJ Quirk
2020-05-15 09:52:23 -04:00
committed by GitHub
parent 04aa5dbc72
commit c5c9bd0f54
7791 changed files with 2209804 additions and 49075 deletions

View File

@@ -1,43 +1,40 @@
{
"_args": [
[
"windows-release@3.2.0",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "windows-release@3.2.0",
"_id": "windows-release@3.2.0",
"_from": "windows-release@^3.1.0",
"_id": "windows-release@3.3.0",
"_inBundle": false,
"_integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==",
"_integrity": "sha512-2HetyTg1Y+R+rUgrKeUEhAG/ZuOmTrI1NBb3ZyAGQMYmOJjBBPe4MTodghRkmLJZHwkuPi02anbeGP+Zf401LQ==",
"_location": "/windows-release",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "windows-release@3.2.0",
"raw": "windows-release@^3.1.0",
"name": "windows-release",
"escapedName": "windows-release",
"rawSpec": "3.2.0",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/os-name"
],
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.0.tgz",
"_shasum": "dce167e9f8be733f21c849ebd4d03fe66b29b9f0",
"_spec": "windows-release@^3.1.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler/node_modules/os-name",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/windows-release/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^1.0.0"
},
"deprecated": false,
"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
"devDependencies": {
"ava": "^1.4.1",
@@ -51,6 +48,7 @@
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/windows-release#readme",
"keywords": [
"os",
@@ -74,5 +72,5 @@
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.2.0"
"version": "3.3.0"
}