From 899d33895af713f570bd547d0bdd585214627f18 Mon Sep 17 00:00:00 2001 From: Martin Dimitrov Date: Sat, 31 May 2025 13:50:48 -0700 Subject: [PATCH] complete node 22 upgrade --- packages/doorman-api/package.json | 2 +- packages/doorman-client/.twilioserverlessrc | 2 +- packages/doorman-client/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/doorman-api/package.json b/packages/doorman-api/package.json index dc4e9cb..0857d07 100644 --- a/packages/doorman-api/package.json +++ b/packages/doorman-api/package.json @@ -28,6 +28,6 @@ "concurrently": "^9.1.2" }, "engines": { - "node": "18" + "node": "22" } } diff --git a/packages/doorman-client/.twilioserverlessrc b/packages/doorman-client/.twilioserverlessrc index 31959de..0a476e7 100644 --- a/packages/doorman-client/.twilioserverlessrc +++ b/packages/doorman-client/.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. */, diff --git a/packages/doorman-client/package.json b/packages/doorman-client/package.json index c90d1b9..12d0204 100644 --- a/packages/doorman-client/package.json +++ b/packages/doorman-client/package.json @@ -27,7 +27,7 @@ "twilio-run": "^3.5.4" }, "engines": { - "node": "18" + "node": "22" }, "type": "commonjs", "peerDependencies": {