Set node version
Set the version in the
enginesfield in thepackage.jsonfile that was created in yourfunctions/directory during initialization. For example, to use only version 12, edit this line inpackage.json:
"engines": {"node": "12"}Last updated
Was this helpful?