We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2275553 commit d767f10Copy full SHA for d767f10
.github/workflows/run-tests.yml
@@ -20,6 +20,7 @@ jobs:
20
- windows-latest
21
- macos-latest
22
node:
23
+ - 20
24
- 22
25
- 24
26
steps:
README.md
@@ -26,7 +26,7 @@ MCP clients.
27
## Requirements
28
29
-- [Node.js 22](https://nodejs.org/) or newer.
+- [Node.js 20](https://nodejs.org/) or newer.
30
- [Chrome](https://www.google.com/chrome/) current stable version or newer.
31
- [npm](https://www.npmjs.com/).
32
0 commit comments