fix: downgrade undici as it has a breaking change (#1219)

This commit is contained in:
Tom Hu
2024-01-19 09:13:47 -08:00
committed by GitHub
parent c256d56669
commit 22b99ac1d7
4 changed files with 806 additions and 309 deletions

View File

@@ -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",