Skip to content

Commit e640985

Browse files
committed
fixup: requirements in READMEs
1 parent eaa51a8 commit e640985

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

packages/mongodb-runner/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Helper for spinning up MongoDB servers and clusters for testing.
44

5+
## Requirements
6+
7+
Node.js >= 20.19.5, npm >= 11.6.0. Running as `npx mongodb-runner ...`
8+
is typically the easiest way to install/run this tool.
9+
510
## Example usage
611

712
> Note: Version 5 of mongodb-runner is a full re-write. Many things work

packages/oidc-mock-provider/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ production-ready or used in deployed applications.
66
This OIDC provider does not provide any form of genuine authentication
77
or authorization functionality.
88

9+
## Requirements
10+
11+
Node.js >= 20.19.5, npm >= 11.6.0. Running as
12+
`npx @mongodb-js/oidc-mock-provider ...` is typically the easiest way
13+
to install/run this tool.
14+
915
## CLI Options
1016

1117
The OIDC Mock Provider can be configured using the following command-line options:

0 commit comments

Comments
 (0)