From 2f3b3014a5923d49d50834d1e0fffa54654ba62b Mon Sep 17 00:00:00 2001 From: Martin Dimitrov Date: Sat, 31 May 2025 13:46:09 -0700 Subject: [PATCH] upgrade to node22 --- packages/doorman-api/.twilioserverlessrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */,