Set node version

Set the version in the engines field in the package.json file that was created in your functions/ directory during initialization. For example, to use only version 12, edit this line in package.json:

  "engines": {"node": "12"}

Last updated