Skip to content

Commit 56463c7

Browse files
committed
chore: update Node.js version requirement to v22 in documentation and configuration files
1 parent a8a1c57 commit 56463c7

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.actor/ACTOR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You can run the Apify MCP Server on your local machine by configuring it with Cl
166166

167167
- MacOS or Windows
168168
- The latest version of Claude Desktop must be installed (or another MCP client)
169-
- [Node.js](https://nodejs.org/en) (v18 or higher)
169+
- [Node.js](https://nodejs.org/en) (v22 or higher)
170170
- [Apify API Token](https://docs.apify.com/platform/integrations/api#api-token) (`APIFY_TOKEN`)
171171

172172
Make sure you have the `node` and `npx` installed properly:
@@ -308,7 +308,7 @@ npx @modelcontextprotocol/inspector npx -y @apify/actors-mcp-server
308308

309309
## Prerequisites
310310

311-
- [Node.js](https://nodejs.org/en) (v18 or higher)
311+
- [Node.js](https://nodejs.org/en) (v22 or higher)
312312
- Python 3.9 or higher
313313

314314
Create an environment file `.env` with the following content:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ For detailed development setup, project structure, and local testing instruction
390390

391391
## Prerequisites
392392

393-
- [Node.js](https://nodejs.org/en) (v18 or higher)
393+
- [Node.js](https://nodejs.org/en) (v22 or higher)
394394

395395
Create an environment file, `.env`, with the following content:
396396
```text

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"linux"
8282
],
8383
"runtimes": {
84-
"node": ">=20.0.0"
84+
"node": ">=22.0.0"
8585
}
8686
}
8787
}

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)