From 8605daeff325731e7203a2790d5f94dbb73fbeb5 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:20:37 -0800 Subject: [PATCH] ci: run an all release branches (#2589) --- .all-contributorsrc | 11 +++++++++++ .github/workflows/continuous-integration.yaml | 3 +++ README.md | 10 ++++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a2511741c..4bd7f412b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -157,6 +157,17 @@ "code", "test" ] + }, + { + "login": "mikicho", + "name": "Michael Solomon", + "avatar_url": "https://avatars.githubusercontent.com/u/11459632?v=4", + "profile": "https://github.com/mikicho", + "contributions": [ + "maintenance", + "code", + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 74462c1dc..a5ed37150 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -6,7 +6,10 @@ name: Continuous Integration - synchronize push: branches: + - '*.x' - main + - beta + - next permissions: contents: read diff --git a/README.md b/README.md index e26ecaf89..43f1eaaaf 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,13 @@ [npmjs]: https://www.npmjs.com/package/nock [build]: https://travis-ci.org/nock/nock -> **Warning** -> nock is currently not compatible with Node's experimental native `fetch` implementation. See [#2397](https://github.com/nock/nock/issues/2397) +> **Notice** +> +> We have introduced experimental support for fetch. Please share your feedback with us. You can install it by: +> +> ``` +> npm install --save-dev nock@beta +> ``` HTTP server mocking and expectations library for Node.js @@ -1698,6 +1703,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri Saryev Rustam
Saryev Rustam

💻 ⚠️ + Michael Solomon
Michael Solomon

🚧 💻 📖