Skip to content

Commit

Permalink
tools: update github_reporter to 1.5.3
Browse files Browse the repository at this point in the history
PR-URL: #49877
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
nodejs-github-bot authored and targos committed Nov 11, 2023
1 parent a01050d commit 353a142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/github_reporter/index.js
Expand Up @@ -1621,7 +1621,7 @@ var require_oidc_utils = __commonJS({
Error Code : ${error.statusCode}
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down
3 changes: 2 additions & 1 deletion tools/github_reporter/package.json
@@ -1,7 +1,8 @@
{
"name": "@reporters/github",
"version": "1.5.2",
"version": "1.5.3",
"description": "A github actions reporter for `node:test`",
"type": "commonjs",
"keywords": [
"github actions",
"node:test",
Expand Down

0 comments on commit 353a142

Please sign in to comment.