build(issue-35): downgrade octokit to 18.12.0 (#36)

Fix https://github.com/lampajr/backporting/issues/35 by downgrading
octokit/rest to 18.12.0 as it seems that mock-github has some issues
when node ^18 and octokit ^19
This commit is contained in:
Andrea Lamparelli 2023-06-21 11:13:20 +02:00 committed by GitHub
parent bc5542a402
commit c63bc05d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3284 additions and 2722 deletions

View file

@ -67,8 +67,7 @@
},
"dependencies": {
"@actions/core": "^1.10.0",
"@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0",
"@octokit/rest": "^18.12.0",
"@octokit/webhooks-types": "^6.8.0",
"commander": "^9.3.0",
"fs-extra": "^11.1.0",