File tree Expand file tree Collapse file tree 5 files changed +1868
-1271
lines changed Expand file tree Collapse file tree 5 files changed +1868
-1271
lines changed Original file line number Diff line number Diff line change 1818 - name : Set Node.JS
1919 uses : actions/setup-node@master
2020 with :
21- node-version : 16 .x
21+ node-version : 20 .x
2222
2323 - name : npm install
2424 run : npm install
Original file line number Diff line number Diff line change 99 description : ' Path to Podfile.lock file to determine Cocoapods version'
1010 required : false
1111runs :
12- using : ' node16 '
12+ using : ' node20 '
1313 main : ' dist/index.js'
1414branding :
1515 icon : ' code'
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ class OidcClient {
748748 . catch ( error => {
749749 throw new Error ( `Failed to get ID Token. \n
750750 Error Code : ${ error . statusCode } \n
751- Error Message: ${ error . result . message } ` ) ;
751+ Error Message: ${ error . message } ` ) ;
752752 } ) ;
753753 const id_token = ( _a = res . result ) === null || _a === void 0 ? void 0 : _a . value ;
754754 if ( ! id_token ) {
You can’t perform that action at this time.
0 commit comments