Skip to content

Commit

Permalink
hotfix: node18
Browse files Browse the repository at this point in the history
  • Loading branch information
leroychan committed Nov 10, 2023
1 parent cdfebf9 commit d73bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless-functions/.twilioserverlessrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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": "node16" /* The version of Node.js to deploy the build to. (node14) */,
"runtime": "node18" /* The version of Node.js to deploy the build to. (node14) */,
// "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. */,
Expand Down

0 comments on commit d73bb86

Please sign in to comment.