File tree Expand file tree Collapse file tree 3 files changed +2207
-85
lines changed Expand file tree Collapse file tree 3 files changed +2207
-85
lines changed Original file line number Diff line number Diff line change 28
28
node-version : ' >=20'
29
29
cache : ' pnpm'
30
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
31
- name : Install
45
32
run : pnpm install --frozen-lockfile
46
33
Original file line number Diff line number Diff line change 101
101
"execa" : " ^9.3.0" ,
102
102
"firebase" : " ^10.8.0" ,
103
103
"firebase-admin" : " ^12.0.0" ,
104
+ "firebase-tools" : " ^13.13.2" ,
104
105
"focus-visible" : " ^5.2.0" ,
105
106
"globby" : " ^14.0.0" ,
106
107
"happy-dom" : " ^14.12.3" ,
You can’t perform that action at this time.
0 commit comments