Skip to content

Commit

Permalink
Run npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
twz123 committed Sep 8, 2023
1 parent 4e1df88 commit 457b9c8
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 57 deletions.
2 changes: 1 addition & 1 deletion __tests__/action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ type ListWorkflowRunsForRepo =
type ListWorkflowRunsResponse =
RestEndpointMethodTypes['actions']['listWorkflowRunsForRepo']['response'];

type Context = Parameters<typeof Action['run']>[0];
type Context = Parameters<(typeof Action)['run']>[0];

class RecordingReporter implements Reporter {
events: (
Expand Down
158 changes: 102 additions & 56 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 457b9c8

Please sign in to comment.