Skip to content

Commit

Permalink
docs: update docs for beta installation (#87)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Add support for mocking node's native fetch client. Requires node 18 or higher
  • Loading branch information
shubhbapna authored Jul 17, 2024
1 parent bd02dc8 commit 934af0c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Mock Github
# Mock Github

> **Notice**
>
> We have introduced experimental support for fetch. Please share your feedback with us. You can install it by:
>
> ```
> npm install @kie/mock-github@beta
> ```
Provides a bunch of tools to configure and create a local github environment to test your custom github actions in without having to clutter your github with test repositories, actions or hitting github api rate limits.

Expand Down

0 comments on commit 934af0c

Please sign in to comment.