Skip to content

Commit 6196a50

Browse files
authored
add engines field to functions (#1997)
1 parent 62b4680 commit 6196a50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/functions/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"firebase-admin": "8.2.0",
77
"firebase-functions": "3.1.0"
88
},
9-
"private": true
9+
"private": true,
10+
"engines": {
11+
"node": "8"
12+
}
1013
}

0 commit comments

Comments
 (0)