complete node 22 upgrade
Some checks failed
Build and push image for doorman-homeassistant / docker (push) Failing after 33s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / docker (push) Successful in 1m28s

This commit is contained in:
Martin Dimitrov 2025-05-31 13:50:48 -07:00
parent 2f3b3014a5
commit 899d33895a
3 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,6 @@
"concurrently": "^9.1.2" "concurrently": "^9.1.2"
}, },
"engines": { "engines": {
"node": "18" "node": "22"
} }
} }

View File

@ -34,7 +34,7 @@
// "production": false /* Promote build to the production environment (no domain suffix). Overrides environment flag */, // "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 */, // "properties": null /* Specify the output properties you want to see. Works best on single types */,
// "region": null /* Twilio API Region */, // "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 */, // "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 */, // "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. */, // "sourceEnvironment": null /* SID or suffix of an existing environment you want to deploy from. */,

View File

@ -27,7 +27,7 @@
"twilio-run": "^3.5.4" "twilio-run": "^3.5.4"
}, },
"engines": { "engines": {
"node": "18" "node": "22"
}, },
"type": "commonjs", "type": "commonjs",
"peerDependencies": { "peerDependencies": {