diff --git a/src/github.ts b/src/github.ts index c95b5bc..7539c15 100644 --- a/src/github.ts +++ b/src/github.ts @@ -1,5 +1,3 @@ -// @octokit/rest@20 dropped support for node16. However, node16 bundled in actions/runner and still supported. -// So, we use @octokit/rest@19. import { Octokit, RestEndpointMethodTypes } from "npm:@octokit/rest@^21.0.0"; import process from "node:process";