diff --git a/.github/workflows/test-apps.yml b/.github/workflows/test-apps.yml index dc198f8a1..56d3fa88d 100644 --- a/.github/workflows/test-apps.yml +++ b/.github/workflows/test-apps.yml @@ -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.14.2 + key: ${{ runner.os }}-npm-globals-firebase-tools-13.15.0 - if: steps.npm-g-cache.outputs.cache-hit != 'true' shell: bash - run: npm install -g firebase-tools@13.14.2 + run: npm install -g firebase-tools@13.15.0 - name: Initialize Firebase emulators shell: bash diff --git a/action.yml b/action.yml index 52fcb9f3c..c8a411c20 100644 --- a/action.yml +++ b/action.yml @@ -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.14.2 + key: ${{ runner.os }}-npm-g-firebase-tools-13.15.0 - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true' shell: bash - run: npm i --location=global firebase-tools@13.14.2 + run: npm i --location=global firebase-tools@13.15.0 - if: github.event_name == 'push' uses: dorny/paths-filter@v3.0.2