We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c1eaad + 6bc38c3 commit 3f12ecaCopy full SHA for 3f12eca
.changeset/quiet-drinks-cross.md
@@ -0,0 +1,6 @@
1
+---
2
+'@firebase/auth': patch
3
+'@firebase/firestore': patch
4
5
+
6
+Test
.github/workflows/release-staging.yml
@@ -33,6 +33,8 @@ jobs:
33
uses: actions/setup-node@v3
34
with:
35
node-version: 16.x
36
+ - name: Bump Node memory limit
37
+ run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
38
- name: Merge master into release
39
uses: actions/github-script@v6
40
0 commit comments