Skip to content

Commit 3c5d8e3

Browse files
Merge pull request #68 from ctrf-io/fix/undici-dep
fix: add undici dep for pnpm
2 parents 273c5fc + 10551b8 commit 3c5d8e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions-ctrf",
3-
"version": "0.0.56",
3+
"version": "0.0.57",
44
"description": "View test results directly within your GitHub workflow summary and Pull Requests",
55
"main": "index.js",
66
"scripts": {
@@ -88,6 +88,7 @@
8888
"ansi-to-html": "^0.7.2",
8989
"ctrf": "^0.0.12",
9090
"handlebars": "^4.7.8",
91+
"undici": "^5.28.4",
9192
"yargs": "^17.7.2"
9293
}
9394
}

0 commit comments

Comments
 (0)