mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
downgrade to v12 of got
This commit is contained in:
parent
411b34ad9b
commit
72f18cb536
3 changed files with 7 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue