Downgrade nock since it's conflicting with @actions/attest's version

This commit is contained in:
Daniel Kennedy
2026-01-29 11:11:20 -05:00
parent c833bc1678
commit 0d06dcb96b
2 changed files with 30 additions and 69 deletions
+1 -1
View File
@@ -51,6 +51,6 @@
},
"devDependencies": {
"@types/semver": "^7.7.1",
"nock": "^14.0.10"
"nock": "^13.5.1"
}
}