Update dependencies and use Node 20

This commit is contained in:
Josh Gross
2023-10-11 16:11:59 -04:00
parent 1f16022c75
commit 84ab08fe8b
33 changed files with 32182 additions and 10173 deletions

View File

@@ -7,7 +7,6 @@ import * as io from '@actions/io'
import {requestLog} from '@octokit/plugin-request-log'
import {retry} from '@octokit/plugin-retry'
import {RequestRequestOptions} from '@octokit/types'
import fetch from 'node-fetch'
import {callAsyncFunction} from './async-function'
import {RetryOptions, getRetryOptions, parseNumberArray} from './retry-options'
import {wrapRequire} from './wrap-require'
@@ -59,8 +58,7 @@ async function main(): Promise<void> {
core,
exec,
glob,
io,
fetch
io
},
script
)