Skip to content

Commit 189a0a8

Browse files
authored
fix: add @actions/core as dependency (#450)
`@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]>
1 parent a4149a4 commit 189a0a8

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package-lock.json

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"prettier": "3.6.2"
4040
},
4141
"dependencies": {
42+
"@actions/core": "^1.11.1",
4243
"@clack/prompts": "^0.11.0",
4344
"@heroicons/react": "^2.2.0",
4445
"@minify-html/node": "^0.16.4",

0 commit comments

Comments
 (0)