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.
firebase-tools
1 parent cc708e6 commit a6e901aCopy full SHA for a6e901a
.github/workflows/e2e_tests.yaml
@@ -263,9 +263,7 @@ jobs:
263
- name: 'Bootstrap package'
264
run: melos bootstrap --scope tests && melos bootstrap --scope "cloud_firestore*"
265
- name: 'Install Tools'
266
- run: |
267
- # Temporary measure to install firebase-tools 13.3.0 until the issue is resolved: https://github.com/firebase/firebase-tools/issues/6808
268
- sudo npm i -g [email protected]
+ run: sudo npm i -g firebase-tools
269
- name: Cache Firebase Emulator
270
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
271
with:
0 commit comments