[go: nahoru, domu]

Skip to content

Commit

Permalink
Set template default node.js version to 10 because support of node.js…
Browse files Browse the repository at this point in the history
…8 will end (firebase#2407)
  • Loading branch information
Tadashi Nemoto committed Jun 29, 2020
1 parent 8e264db commit adfb601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/test-project/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"firebase-functions": "^3.2.0"
},
"engines": {
"node": "8"
"node": "10"
}
}
2 changes: 1 addition & 1 deletion scripts/triggers-end-to-end-tests/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "8"
"node": "10"
},
"dependencies": {
"@google-cloud/pubsub": "^1.1.5",
Expand Down

0 comments on commit adfb601

Please sign in to comment.