Answers for "digitalocean app platform node version"

1

digitalocean app platform node version

// You can customize the Node version used by specifying the version 
// in the engines section of your package.json:
...
  "engines": {
    "node": "14.x"
  }
...
Posted by: Guest on April-04-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language