Skip to content

Commit

Permalink
ci: use firebase-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 13, 2024
1 parent 20f7cc3 commit 3314ff6
Show file tree
Hide file tree
Showing 3 changed files with 2,207 additions and 85 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ jobs:
node-version: '>=20'
cache: 'pnpm'

- name: Cache firebase tools
id: cache-firebase-tools
uses: actions/cache@v4
env:
cache-name: cache-firebase-tools
with:
path: ~/.cache/firebase/emulators
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install
run: pnpm install --frozen-lockfile

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"execa": "^9.3.0",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"firebase-tools": "^13.13.2",
"focus-visible": "^5.2.0",
"globby": "^14.0.0",
"happy-dom": "^14.12.3",
Expand Down
Loading

0 comments on commit 3314ff6

Please sign in to comment.