Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(build): use Node.js v12 for Firebase functions on `{code,docs}-…
…angularjs-org`
  • Loading branch information
gkalpak committed Feb 6, 2021
1 parent 4267ad6 commit 12df4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/code.angularjs.org-firebase/functions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "functions-firebase-code.angularjs.org",
"description": "Cloud Functions to serve files from gcs to code.angularjs.org",
"engines": {
"node": "10"
"node": "12"
},
"dependencies": {
"@google-cloud/storage": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/docs.angularjs.org-firebase/functions/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "functions",
"description": "Cloud Functions for Firebase",
"engines": {
"node": "10"
},
"node": "12"
},
"scripts": {
"lint": "eslint .",
"serve": "firebase serve --only functions",
Expand Down

0 comments on commit 12df4d6

Please sign in to comment.