Skip to content

Commit 26d74e3

Browse files
committed
fix(firebase-functions): fixed several bugs that prevented functions v2 from working
1 parent 0ba54ff commit 26d74e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node: [ 18, 20 ]
23+
node: [ 14, 16, 18, 20 ]
2424
name: Node ${{ matrix.node }} test
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)