Add support to v1 to connect to GHES (#69)

* Bumping actions/github to 2.2.0 for GHES

* Husky commit correct node modules
This commit is contained in:
PJ Quirk
2020-05-15 15:25:57 -04:00
committed by GitHub
parent c201d45ef4
commit 0649bd8119
7893 changed files with 2232817 additions and 49009 deletions

View File

@@ -1,8 +1,8 @@
{
"_from": "windows-release@^3.1.0",
"_id": "windows-release@3.2.0",
"_id": "windows-release@3.3.0",
"_inBundle": false,
"_integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==",
"_integrity": "sha512-2HetyTg1Y+R+rUgrKeUEhAG/ZuOmTrI1NBb3ZyAGQMYmOJjBBPe4MTodghRkmLJZHwkuPi02anbeGP+Zf401LQ==",
"_location": "/windows-release",
"_phantomChildren": {},
"_requested": {
@@ -18,14 +18,14 @@
"_requiredBy": [
"/os-name"
],
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz",
"_shasum": "8122dad5afc303d833422380680a79cdfa91785f",
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.0.tgz",
"_shasum": "dce167e9f8be733f21c849ebd4d03fe66b29b9f0",
"_spec": "windows-release@^3.1.0",
"_where": "Z:\\Dreamlifter\\stale\\node_modules\\os-name",
"_where": "/Users/pjquirk/Source/GitHub/actions/stale/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"
@@ -48,6 +48,7 @@
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/windows-release#readme",
"keywords": [
"os",
@@ -71,5 +72,5 @@
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.2.0"
"version": "3.3.0"
}