From 9859e224eb4173c11956564cd9bf7b366dfa501c Mon Sep 17 00:00:00 2001 From: Kenta Kase Date: Sat, 17 Aug 2024 15:32:31 +0000 Subject: [PATCH] Remove old comment --- src/github.ts | 2 -- 1 file changed, 2 deletions(-) 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";