- revert octokit/rest upgrade as this require node 18 (which github actions does not yet support)

This commit is contained in:
Mike Penz
2023-07-14 09:08:33 +00:00
committed by GitHub
parent 34e64f17ce
commit 9196792cd5
6 changed files with 352 additions and 386 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/rest": "^20.0.1",
"@octokit/rest": "^19.0.13",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"github-pr-collector": "file:pr-collector"
},