Skip to content

Commit ab82c46

Browse files
authored
Merge branch 'master' into dl-cf3-emu-timeout
2 parents 29b8481 + 266e1d7 commit ab82c46

File tree

20 files changed

+3227
-1255
lines changed

20 files changed

+3227
-1255
lines changed

.github/workflows/node-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- run: npm i -g [email protected]
5252
- run: npm ci
53-
- run: npm test
53+
- run: npm test -- -- --forbid-only
5454

5555
- uses: codecov/codecov-action@v3
5656
if: matrix.node-version == '14'

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
- Fix bug where function timeout couldn't be configured in the Functions Emulator. (#4745)
2-
- Fix bug where functions:config get command failed on empty variable. (#4707)

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-tools",
3-
"version": "11.2.2",
3+
"version": "11.3.0",
44
"description": "Command-Line Interface for Firebase",
55
"main": "./lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)