Commit 189a0a8
authored
fix: add
`@actions/core` is used in the GitHub logger transport despite not actually
being installed directly, meaning it's only available when `@reporters/github`
is downloaded w/ dev dependencies. In Node core we don't install dev
dependencies causing this to throw.
Signed-off-by: flakey5 <[email protected]>@actions/core as dependency (#450)1 parent a4149a4 commit 189a0a8
2 files changed
+2
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments