Update all direct dependencies (#404)

* Update all direct dependencies

* use node v16
* upgrade typescript to v4.5.5
* upgrade actions/github to v5
* use vercel/ncc v0.33.3

* Add compatibility note for v3

* increase timeout for the testing workflow
This commit is contained in:
Sergey Vilgelm
2022-02-24 11:13:47 -08:00
committed by GitHub
parent 423fbafafc
commit c675eb70db
10 changed files with 66939 additions and 68740 deletions

View File

@ -41,7 +41,7 @@ async function fetchPatch(): Promise<string> {
const octokit = github.getOctokit(core.getInput(`github-token`, { required: true }))
let patch: string
try {
const patchResp = await octokit.pulls.get({
const patchResp = await octokit.rest.pulls.get({
owner: ctx.repo.owner,
repo: ctx.repo.repo,
[`pull_number`]: pull.number,