mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-01 15:13:47 +00:00
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:
parent
bc5542a402
commit
c63bc05d8b
6 changed files with 3284 additions and 2722 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue