mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
Update dependencies in github package (#1553)
* Update octokit package * define type for function * fix linter * Update github package to latest * Update RELEASES.md
This commit is contained in:
parent
797f48fcfa
commit
494f12bcd9
8 changed files with 349 additions and 351 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as http from 'http'
|
||||
import proxy from 'proxy'
|
||||
import {createProxy} from 'proxy'
|
||||
import {getOctokit} from '../src/github'
|
||||
import {GitHub, getOctokitOptions} from '../src/utils'
|
||||
|
||||
|
@ -12,7 +12,7 @@ describe('@actions/github', () => {
|
|||
|
||||
beforeAll(async () => {
|
||||
// Start proxy server
|
||||
proxyServer = proxy()
|
||||
proxyServer = createProxy()
|
||||
await new Promise<void>(resolve => {
|
||||
const port = Number(proxyUrl.split(':')[2])
|
||||
proxyServer.listen(port, () => resolve())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue