Skip to content

Commit

Permalink
chore: Pin firebase-tools@11.30.0 to fix the CIs (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed May 17, 2023
1 parent 09c9ef6 commit 1454683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: npm run api-extractor
- name: Run emulator-based integration tests
run: |
npm install -g firebase-tools
npm install -g firebase-tools@11.30.0
firebase emulators:exec --project fake-project-id --only auth,database,firestore \
'npx mocha \"test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

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

0 comments on commit 1454683

Please sign in to comment.