diff --git a/packages/doorman-api/.twilioserverlessrc b/packages/doorman-api/.twilioserverlessrc index 31959de..0a476e7 100644 --- a/packages/doorman-api/.twilioserverlessrc +++ b/packages/doorman-api/.twilioserverlessrc @@ -34,7 +34,7 @@ // "production": false /* Promote build to the production environment (no domain suffix). Overrides environment flag */, // "properties": null /* Specify the output properties you want to see. Works best on single types */, // "region": null /* Twilio API Region */, - "runtime": "node18" /* The version of Node.js to deploy the build to. (node18) */, + "runtime": "node22" /* The version of Node.js to deploy the build to. (node18) */, // "serviceName": null /* Overrides the name of the Serverless project. Default: the name field in your package.json */, // "serviceSid": null /* SID of the Twilio Serverless Service to deploy to */, // "sourceEnvironment": null /* SID or suffix of an existing environment you want to deploy from. */,