Skip to content

Commit 55db6e0

Browse files
author
Athira M
committed
Merge branch 'web-exp-abt' into web-exp-ga
2 parents 08c8863 + b6f2ac9 commit 55db6e0

File tree

293 files changed

+8981
-2983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+8981
-2983
lines changed

.changeset/angry-scissors-sit.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/spotty-ghosts-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-years-pump.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ body:
5858
description: Select the Firebase product(s) relevant to your issue. You can select multiple options in the dropdown.
5959
multiple: true
6060
options:
61+
- AI
6162
- Analytics
6263
- AppCheck
6364
- Auth
@@ -72,7 +73,6 @@ body:
7273
- Performance
7374
- Remote-Config
7475
- Storage
75-
- VertexAI
7676
validations:
7777
required: true
7878
- type: textarea

.github/workflows/canary-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
# Canary release script requires git history and tags.
3333
fetch-depth: 0
34-
- name: Set up Node (20)
34+
- name: Set up Node (22)
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: 22.10.0

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
# This makes Actions fetch all Git history so check_changeset script can diff properly.
3939
fetch-depth: 0
40-
- name: Set up Node (20)
40+
- name: Set up Node (22)
4141
uses: actions/setup-node@v4
4242
with:
4343
node-version: 22.10.0

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# get all history for the diff
2929
fetch-depth: 0
30-
- name: Set up Node (20)
30+
- name: Set up Node (22)
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: 22.10.0

.github/workflows/check-pkg-paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# This makes Actions fetch all Git history so run-changed script can diff properly.
2929
fetch-depth: 0
30-
- name: Set up Node (20)
30+
- name: Set up Node (22)
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: 22.10.0

.github/workflows/deploy-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
# This makes Actions fetch all Git history so run-changed script can diff properly.
3737
fetch-depth: 0
38-
- name: Set up node (20)
38+
- name: Set up node (22)
3939
uses: actions/setup-node@v4
4040
with:
4141
node-version: 22.10.0

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Checkout Repo
3838
uses: actions/checkout@v4
39-
- name: Set up Node (20)
39+
- name: Set up Node (22)
4040
uses: actions/setup-node@master
4141
with:
4242
node-version: 22.10.0

0 commit comments

Comments
 (0)