Skip to content

Commit b7209d2

Browse files
committed
ci(deps): Bump firebase-tools to latest v14.14.0
1 parent 9524837 commit b7209d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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.7.0
110+
key: ${{ runner.os }}-npm-globals-firebase-tools-14.14.0
111111

112112
- if: steps.npm-g-cache.outputs.cache-hit != 'true'
113113
shell: bash
114-
run: npm install -g firebase-tools@14.7.0
114+
run: npm install -g firebase-tools@14.14.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.7.0-1
150+
key: ${{ runner.os }}-npm-g-firebase-tools-14.14.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.7.0
157+
npm i --location=global firebase-tools@14.14.0
158158
else
159159
INSTALLED_VERSION=$(firebase --version)
160-
if [[ "$INSTALLED_VERSION" != "14.7.0" ]]; then
161-
npm i --location=global firebase-tools@14.7.0
160+
if [[ "$INSTALLED_VERSION" != "14.14.0" ]]; then
161+
npm i --location=global firebase-tools@14.14.0
162162
fi
163163
fi
164164

0 commit comments

Comments
 (0)