Skip to content

Commit

Permalink
ci: Bump firebase-tools to latest v13.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed May 11, 2024
1 parent 2260709 commit 1ecaa25
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 @@ -104,11 +104,11 @@ jobs:
${{ steps.npm-paths.outputs.LIB_PATH }}
${{ steps.npm-paths.outputs.BIN_PATH }}
~/.npm-global/bin
key: ${{ runner.os }}-npm-globals-firebase-tools-13.7.4
key: ${{ runner.os }}-npm-globals-firebase-tools-13.8.3

- if: steps.npm-g-cache.outputs.cache-hit != 'true'
shell: bash
run: npm install -g firebase-tools@13.7.4
run: npm install -g firebase-tools@13.8.3

- 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 @@ -138,11 +138,11 @@ runs:
${{ steps.npm-paths.outputs.LIB_PATH }}
${{ steps.npm-paths.outputs.BIN_PATH }}
~/.npm-global/bin
key: ${{ runner.os }}-npm-g-firebase-tools-13.7.4
key: ${{ runner.os }}-npm-g-firebase-tools-13.8.3

- if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
shell: bash
run: npm i --location=global firebase-tools@13.7.4
run: npm i --location=global firebase-tools@13.8.3

- if: github.event_name == 'push'
uses: dorny/paths-filter@v3.0.2
Expand Down

0 comments on commit 1ecaa25

Please sign in to comment.