We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f7cc3 commit 3314ff6Copy full SHA for 3314ff6
.github/workflows/ci.yml
@@ -28,19 +28,6 @@ jobs:
28
node-version: '>=20'
29
cache: 'pnpm'
30
31
- - name: Cache firebase tools
32
- id: cache-firebase-tools
33
- uses: actions/cache@v4
34
- env:
35
- cache-name: cache-firebase-tools
36
- with:
37
- path: ~/.cache/firebase/emulators
38
- key: ${{ runner.os }}-build-${{ env.cache-name }}
39
- restore-keys: |
40
- ${{ runner.os }}-build-${{ env.cache-name }}
41
- ${{ runner.os }}-build-
42
- ${{ runner.os }}-
43
-
44
- name: Install
45
run: pnpm install --frozen-lockfile
46
package.json
@@ -101,6 +101,7 @@
101
"execa": "^9.3.0",
102
"firebase": "^10.8.0",
103
"firebase-admin": "^12.0.0",
104
+ "firebase-tools": "^13.13.2",
105
"focus-visible": "^5.2.0",
106
"globby": "^14.0.0",
107
"happy-dom": "^14.12.3",
0 commit comments