Skip to content

Commit

Permalink
Hello node 20!
Browse files Browse the repository at this point in the history
  • Loading branch information
eitu5ami committed Oct 2, 2023
1 parent 0e6b92b commit 0a9b561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ inputs:
version:
default: 3.10.1
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup-helm/index.js'
2 changes: 1 addition & 1 deletion dist/setup-helm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class OidcClient {
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
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

0 comments on commit 0a9b561

Please sign in to comment.