Versão do nó da plataforma de aplicativo digitalocean
// You can customize the Node version used by specifying the version
// in the engines section of your package.json:
...
"engines": {
"node": "14.x"
}
...
GutoTrosla