mirror of
https://gitea.com/actions/stale.git
synced 2026-07-23 06:32:20 +00:00
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:
+17
@@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, 'JestFakeTimers', {
|
||||
enumerable: true,
|
||||
get: function get() {
|
||||
return _jestFakeTimers.default;
|
||||
}
|
||||
});
|
||||
|
||||
var _jestFakeTimers = _interopRequireDefault(require('./jestFakeTimers'));
|
||||
|
||||
function _interopRequireDefault(obj) {
|
||||
return obj && obj.__esModule ? obj : {default: obj};
|
||||
}
|
||||
Reference in New Issue
Block a user