diff --git a/.nvmrc b/.nvmrc index 209e3ef..a45fd52 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24 diff --git a/Dockerfile b/Dockerfile index 5b489fb..5c5c2eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # RENDOBAR_API_KEY (a key starting with rb_). Auth is validated lazily on the # first tool call, so a placeholder key is enough for a host to start the # server and introspect the tool list for scoring. -FROM node:22-alpine +FROM node:24-alpine # Install the published package. Pin a version at build time with # --build-arg MCP_VERSION=x.y.z; defaults to the latest release. diff --git a/package.json b/package.json index af31339..6fefa46 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "zod": "^3.25.0" }, "devDependencies": { - "@types/node": "^20.14.0", + "@types/node": "^24.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0",