Skip to content

Commit 08629b8

Browse files
authored
feat: Update package.json to require node >= 20 (#346)
1 parent 25a3a07 commit 08629b8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Apify MCP Server",
66
"mcpName": "com.apify/apify-mcp-server",
77
"engines": {
8-
"node": ">=18.0.0"
8+
"node": ">=20.0.0"
99
},
1010
"main": "dist/index.js",
1111
"exports": {
@@ -82,7 +82,6 @@
8282
"start": "npm run start:dev",
8383
"start:prod": "node dist/main.js",
8484
"start:dev": "tsx src/main.ts",
85-
"start:standby": "APIFY_META_ORIGIN=STANDBY npm run start",
8685
"lint": "eslint .",
8786
"lint:fix": "eslint . --fix",
8887
"build": "tsc -b src",

0 commit comments

Comments
 (0)