following the steps from: https://www.twilio.com/en-us/blog/call-gpt-twilio#Deploy-functions after i put in: npm run deploy this error popped up: ERROR Failed API Request 82007 │ │ unsupported runtime: node16 │ │ More info: https://www.twilio.com/docs/errors/82007
I found out that twilio only supports node18: https://www.twilio.com/docs/serverless/functions-assets/faq#which-runtimes-are-available-for-twilio-functions
what should i do for me to get it to work?
You can specify the used Node version in these places:
.nvmrcfile..twilioserverlessrcandpackage.jsonChange the version to 18 in all these files and then try to redeploy.