Skip to content

Commit

Permalink
ci: Bump firebase-tools to latest v12.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Oct 6, 2023
1 parent d340535 commit b4e382b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
${{ steps.npm-paths.outputs.LIB_PATH }}
${{ steps.npm-paths.outputs.BIN_PATH }}
~/.npm-global/bin
key: ${{ runner.os }}-npm-globals-firebase-tools-12.6.1
key: ${{ runner.os }}-npm-globals-firebase-tools-12.6.2

- if: steps.npm-g-cache.outputs.cache-hit != 'true'
shell: bash
run: npm install -g [email protected].1
run: npm install -g [email protected].2

- name: Initialize Firebase emulators
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ runs:
${{ steps.npm-paths.outputs.LIB_PATH }}
${{ steps.npm-paths.outputs.BIN_PATH }}
~/.npm-global/bin
key: ${{ runner.os }}-npm-g-firebase-tools-12.6.1
key: ${{ runner.os }}-npm-g-firebase-tools-12.6.2

- if: ${{ github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true' }}
shell: bash
run: npm i --location=global [email protected].1
run: npm i --location=global [email protected].2

- if: steps.npm-cache-many.outputs.cache-hit != 'true'
name: Install codebase "many" dependencies
Expand Down

0 comments on commit b4e382b

Please sign in to comment.