configuration file must specify a supported nodejs10 version that is compatible with the runtime specified in the deployment. code example
Example: configuration file must specify a supported nodejs10 version that is compatible with the runtime specified in the deployment.
Add this to package.json:
"engines": {
"node": ">=10.0"
}