You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it appears that the latest patch has changed some type information which is causing build process to fail. Error seems to be similar to the ones in #172
$ tsc
Error: node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts(257,60): error TS2339: Property 'POST /repos/{owner}/{repo}/actions/runs/{run_id}/retry' does not exist on type 'Endpoints'.
Error: node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts(258,33): error TS2339: Property 'POST /repos/{owner}/{repo}/actions/runs/{run_id}/retry' does not exist on type 'Endpoints'.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed.
Exit code: 2
The text was updated successfully, but these errors were encountered:
What happened?
it appears that the latest patch has changed some type information which is causing build process to fail. Error seems to be similar to the ones in #172
The text was updated successfully, but these errors were encountered: