Skip to content

Commit 1454683

Browse files
chore: Pin [email protected] to fix the CIs (#2185)
1 parent 09c9ef6 commit 1454683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: npm run api-extractor
2929
- name: Run emulator-based integration tests
3030
run: |
31-
npm install -g firebase-tools
31+
npm install -g firebase-tools@11.30.0
3232
firebase emulators:exec --project fake-project-id --only auth,database,firestore \
3333
'npx mocha \"test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Run emulator-based integration tests
5454
run: |
55-
npm install -g firebase-tools
55+
npm install -g firebase-tools@11.30.0
5656
firebase emulators:exec --project fake-project-id --only auth,database,firestore \
5757
'npx mocha \"test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'
5858

0 commit comments

Comments
 (0)