I’m getting nodejs runtime 18 error while uploading zip file of manifest
Here is my manifest code
{
"platform-version": "3.0",
"product": {
"freshdesk": {
"location": {
"ticket_sidebar": {
"url": "https://c00d-106-216-239-239.ngrok-free.app"
}
}
}
},
"name": "Contact Form App",
"version": "1.0",
"author": "Your Name",
"defaultLocale": "en"
}
how to resolve this issue.