Skip to content

Commit

Permalink
Bump npm dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Jul 7, 2024
1 parent 6759e57 commit 8a09f41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33143,7 +33143,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.installAndGetFolder = void 0;
exports.installAndGetFolder = installAndGetFolder;
const core = __importStar(__nccwpck_require__(2186));
const tc = __importStar(__nccwpck_require__(7784));
const github = __importStar(__nccwpck_require__(5438));
Expand Down Expand Up @@ -33175,7 +33175,6 @@ function installAndGetFolder() {
return extractedFolder;
});
}
exports.installAndGetFolder = installAndGetFolder;
/**
* Saves the extracted binary's parent folder to the cache.
*/
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a09f41

Please sign in to comment.