Skip to content

Commit 3314ff6

Browse files
committed
ci: use firebase-tools
1 parent 20f7cc3 commit 3314ff6

File tree

3 files changed

+2207
-85
lines changed

3 files changed

+2207
-85
lines changed

Diff for: .github/workflows/ci.yml

-13
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ jobs:
2828
node-version: '>=20'
2929
cache: 'pnpm'
3030

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-
4431
- name: Install
4532
run: pnpm install --frozen-lockfile
4633

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"execa": "^9.3.0",
102102
"firebase": "^10.8.0",
103103
"firebase-admin": "^12.0.0",
104+
"firebase-tools": "^13.13.2",
104105
"focus-visible": "^5.2.0",
105106
"globby": "^14.0.0",
106107
"happy-dom": "^14.12.3",

0 commit comments

Comments
 (0)