Skip to content

Commit

Permalink
ci: run an all release branches (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 14, 2024
1 parent 12aa5b6 commit 8605dae
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .all-contributorsrc
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -6,7 +6,10 @@ name: Continuous Integration
- synchronize
push:
branches:
- '*.x'
- main
- beta
- next
permissions:
contents: read

Expand Down
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -1698,6 +1703,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rsaryev"><img src="https://avatars.githubusercontent.com/u/70219513?v=4?s=100" width="100px;" alt="Saryev Rustam"/><br /><sub><b>Saryev Rustam</b></sub></a><br /><a href="https://github.com/nock/nock/commits?author=rsaryev" title="Code">💻</a> <a href="https://github.com/nock/nock/commits?author=rsaryev" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikicho"><img src="https://avatars.githubusercontent.com/u/11459632?v=4?s=100" width="100px;" alt="Michael Solomon"/><br /><sub><b>Michael Solomon</b></sub></a><br /><a href="#maintenance-mikicho" title="Maintenance">🚧</a> <a href="https://github.com/nock/nock/commits?author=mikicho" title="Code">💻</a> <a href="https://github.com/nock/nock/commits?author=mikicho" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 8605dae

Please sign in to comment.