downgrade to v12 of got

This commit is contained in:
Connor Vidlock 2023-07-26 14:52:04 -05:00
parent 411b34ad9b
commit 72f18cb536
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
3 changed files with 7 additions and 6 deletions

View file

@ -5,6 +5,7 @@ import {GitHub} from '@actions/github/lib/utils'
import type {PullRequest} from '@octokit/webhooks-types'
import * as stream from 'stream'
import {promisify} from 'util'
// eslint-disable-next-line import/no-named-as-default
import got from 'got'
const asyncStream = promisify(stream.pipeline)