Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have fewer HTTP request-related dependencies #92

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Have fewer HTTP request-related dependencies #92

merged 1 commit into from
Oct 20, 2023

Conversation

mislav
Copy link
Owner

@mislav mislav commented Oct 20, 2023

  • node-fetch is not necessary since Node 18+ has native fetch
  • remove @octokit/request-error in favor of just checking an error attribute directly

- `node-fetch` is not necessary since Node 18+ has native fetch
- remove `@octokit/request-error` in favor of just checking an error attribute directly
@mislav mislav merged commit d5b5822 into main Oct 20, 2023
2 checks passed
@mislav mislav deleted the request-deps branch October 20, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant