mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
bump node version to 10 for cloud functions
This commit is contained in:
parent
4243981f3a
commit
43e4c71d09
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
"firebase-functions": "^3.2.0"
|
"firebase-functions": "^3.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8"
|
"node": "10"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue