complete node 22 upgrade
This commit is contained in:
parent
2f3b3014a5
commit
899d33895a
@ -28,6 +28,6 @@
|
|||||||
"concurrently": "^9.1.2"
|
"concurrently": "^9.1.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "18"
|
"node": "22"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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. */,
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user