mirror of
https://github.com/codecov/codecov-action.git
synced 2026-03-30 01:55:02 +00:00
fix: downgrade undici as it has a breaking change (#1219)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"openpgp": "5.11",
|
||||
"undici": "^6.3.0"
|
||||
"undici": "5.28.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.11",
|
||||
|
||||
Reference in New Issue
Block a user