upgrade to node22
Some checks failed
Build and push image for doorman-homeassistant / docker (push) Failing after 1m7s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / docker (push) Successful in 1m30s

This commit is contained in:
Martin Dimitrov 2025-05-31 13:46:09 -07:00
parent e3b8acb8a9
commit 2f3b3014a5

View File

@ -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. */,