File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.14.0
110+ key : ${{ runner.os }}-npm-globals-firebase-tools-14.15.2
111111
112112 - if : steps.npm-g-cache.outputs.cache-hit != 'true'
113113 shell : bash
114- run : npm install -g firebase-tools@14.14.0
114+ run : npm install -g firebase-tools@14.15.2
115115
116116 - name : Initialize Firebase emulators
117117 shell : bash
Original file line number Diff line number Diff line change @@ -159,18 +159,18 @@ runs:
159159 ${{ steps.npm-paths.outputs.LIB_PATH }}
160160 ${{ steps.npm-paths.outputs.BIN_PATH }}
161161 ~/.npm-global/bin
162- key : ${{ runner.os }}-npm-g-firebase-tools-14.14.0 -1
162+ key : ${{ runner.os }}-npm-g-firebase-tools-14.15.2 -1
163163
164164 - if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
165165 name : Ensure firebase-tools is installed
166166 shell : bash
167167 run : |
168168 if ! command -v firebase &> /dev/null; then
169- npm i --location=global firebase-tools@14.14.0
169+ npm i --location=global firebase-tools@14.15.2
170170 else
171171 INSTALLED_VERSION=$(firebase --version)
172- if [[ "$INSTALLED_VERSION" != "14.14.0 " ]]; then
173- npm i --location=global firebase-tools@14.14.0
172+ if [[ "$INSTALLED_VERSION" != "14.15.2 " ]]; then
173+ npm i --location=global firebase-tools@14.15.2
174174 fi
175175 fi
176176
You can’t perform that action at this time.
0 commit comments