Skip to content

Commit

Permalink
Node.js upgrade (#572)
Browse files Browse the repository at this point in the history
Node.js 8 functions are deprecated. It has to be upgraded to 10 or greater.
  • Loading branch information
oguzhnatly committed Jan 5, 2021
1 parent 77f5636 commit ab4899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-functions-start/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint-plugin-promise": "^3.6.0"
},
"engines": {
"node": "8"
"node": "12"
},
"private": true
}

0 comments on commit ab4899a

Please sign in to comment.