Skip to content

Commit 4119307

Browse files
committed
ci(deps): Bump firebase-tools to latest v14.6.0
1 parent f6d15f5 commit 4119307

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ jobs:
107107
${{ steps.npm-paths.outputs.LIB_PATH }}
108108
${{ steps.npm-paths.outputs.BIN_PATH }}
109109
~/.npm-global/bin
110-
key: ${{ runner.os }}-npm-globals-firebase-tools-14.5.1
110+
key: ${{ runner.os }}-npm-globals-firebase-tools-14.6.0
111111

112112
- if: steps.npm-g-cache.outputs.cache-hit != 'true'
113113
shell: bash
114-
run: npm install -g firebase-tools@14.5.1
114+
run: npm install -g firebase-tools@14.6.0
115115

116116
- name: Initialize Firebase emulators
117117
shell: bash

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,18 @@ runs:
147147
${{ steps.npm-paths.outputs.LIB_PATH }}
148148
${{ steps.npm-paths.outputs.BIN_PATH }}
149149
~/.npm-global/bin
150-
key: ${{ runner.os }}-npm-g-firebase-tools-14.5.1-1
150+
key: ${{ runner.os }}-npm-g-firebase-tools-14.6.0-1
151151

152152
- if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
153153
name: Ensure firebase-tools is installed
154154
shell: bash
155155
run: |
156156
if ! command -v firebase &> /dev/null; then
157-
npm i --location=global firebase-tools@14.5.1
157+
npm i --location=global firebase-tools@14.6.0
158158
else
159159
INSTALLED_VERSION=$(firebase --version)
160-
if [[ "$INSTALLED_VERSION" != "14.5.1" ]]; then
161-
npm i --location=global firebase-tools@14.5.1
160+
if [[ "$INSTALLED_VERSION" != "14.6.0" ]]; then
161+
npm i --location=global firebase-tools@14.6.0
162162
fi
163163
fi
164164

0 commit comments

Comments
 (0)