github
github copied to clipboard
ref: Remove usage of aggregate-error library
ref https://github.com/semantic-release/semantic-release/discussions/3376 ref https://github.com/es-tooling/module-replacements/issues/80
As per the package.json engines of this package, @semantic-release/github supports Node.js >=20.8.1.
As per https://github.com/sindresorhus/aggregate-error
Note: With Node.js 15, there's now a built-in AggregateError type.
This means we can remove the usage of this package and use the JavaScript built-in AggregateError.