Skip to content

Commit 578ab8f

Browse files
authored
Merge branch 'master' into feature/firebase-schema-number-to-integer
2 parents e83d50f + ba3fa99 commit 578ab8f

17 files changed

+508
-309
lines changed

.github/workflows/node-test.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
distribution: temurin
9090

9191
- uses: actions/checkout@v4
92+
- name: Setup Chrome
93+
uses: browser-actions/[email protected]
94+
with:
95+
install-dependencies: true
96+
install-chromedriver: true
9297
- uses: actions/setup-node@v3
9398
with:
9499
node-version: ${{ matrix.node-version }}
@@ -146,7 +151,7 @@ jobs:
146151
integration:
147152
needs: unit
148153
if: contains(fromJSON('["push", "merge_group"]'), github.event_name)
149-
runs-on: ubuntu-latest
154+
runs-on: ubuntu-22.04
150155

151156
env:
152157
FIREBASE_EMULATORS_PATH: ${{ github.workspace }}/emulator-cache
@@ -184,6 +189,11 @@ jobs:
184189
node-version: ${{ matrix.node-version }}
185190
cache: npm
186191
cache-dependency-path: npm-shrinkwrap.json
192+
- name: Setup Chrome
193+
uses: browser-actions/[email protected]
194+
with:
195+
install-dependencies: true
196+
install-chromedriver: true
187197
- name: Cache firebase emulators
188198
uses: actions/cache@v3
189199
with:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated `cross-env` and `cross-spawn` dependencies to avoid vulnerable versions. (#7979)

0 commit comments

Comments
 (0)