Skip to content

Commit

Permalink
Update Node engine to a supported GCF version (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
inlined authored Jan 15, 2021
1 parent 0de6617 commit 91a76ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-functions/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint-plugin-promise": "^3.6.0"
},
"engines": {
"node": "8"
"node": "12"
},
"private": true
}
2 changes: 1 addition & 1 deletion web-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
}
2 changes: 1 addition & 1 deletion web/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 91a76ea

Please sign in to comment.