Skip to content

Commit

Permalink
Merge pull request #21 from firebase/ipConfigUpdate
Browse files Browse the repository at this point in the history
Update the firebase.json emulators config to include explicit hosts.
  • Loading branch information
yuchenshi authored Oct 13, 2022
2 parents 062f8da + 0c18c13 commit 91abdb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12"
node-version: "16"
- name: Install Firebase Emulator Suite
run: npm install -g firebase-tools
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion codelab-final-state/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --timeout 5000 --exit"
},
"engines": {
"node": "10"
"node": "16"
},
"dependencies": {
"file-system": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion codelab-initial-state/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --timeout 5000 --exit"
},
"engines": {
"node": "10"
"node": "16"
},
"dependencies": {
"file-system": "^2.2.2",
Expand Down

0 comments on commit 91abdb7

Please sign in to comment.