File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments