Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 450d32a

Browse files
Narretzpetebacondarwin
authored andcommitted
chore(ci): add engines to docs firebase deployment
According to the Firebase docs, this field is necessary: https://firebase.google.com/docs/functions/manage-functions#set_nodejs_version It's also a good idea to set it because NodeJS 8 is end-of-life, and Firebase will require Node 10 for all functions by March 15, 2021.
1 parent 5193f47 commit 450d32a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/docs.angularjs.org-firebase/functions/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "functions",
33
"description": "Cloud Functions for Firebase",
4+
"engines": {
5+
"node": "10"
6+
},
47
"scripts": {
58
"lint": "eslint .",
69
"serve": "firebase serve --only functions",

0 commit comments

Comments
 (0)