You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set default type for TOctokitInstance in interface
Fixesoctokit/octokit.js#2896
Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
ci: stop testing against NodeJS v18 (#610)
* build(package): set minimal node version in engines field to v20
BREAKING CHANGE: Drop support for NodeJS v18
* build: set minimal node version in build script to v20
* ci: stop testing against NodeJS v18
fix(types): export minimal types for the `OAuthApp` class (#526)
This resolves issues in consumers of this package getting errors from TypeScript
```
The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/check-token.js'. This is likely not portable. A type annotation is necessary.
```