File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
FDC_JAVA_VERSION : ${{ inputs.javaVersion || '17' }}
26
26
FDC_ANDROID_EMULATOR_API_LEVEL : ${{ inputs.androidEmulatorApiLevel || '34' }}
27
27
FDC_NODEJS_VERSION : ${{ inputs.nodeJsVersion || '20' }}
28
- FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.2.0 ' }}
28
+ FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.5.1 ' }}
29
29
FDC_FIREBASE_TOOLS_DIR : /tmp/firebase-tools
30
30
FDC_FIREBASE_COMMAND : /tmp/firebase-tools/node_modules/.bin/firebase
31
31
FDC_PYTHON_VERSION : ${{ inputs.pythonVersion || '3.13' }}
Original file line number Diff line number Diff line change 18
18
19
19
env :
20
20
FDC_NODE_VERSION : ${{ inputs.nodeVersion || '20' }}
21
- FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.2.0 ' }}
21
+ FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.5.1 ' }}
22
22
FDC_JAVA_VERSION : ${{ inputs.javaVersion || '17' }}
23
23
FDC_FIREBASE_TOOLS_DIR : ${{ github.workspace }}/firebase-tools
24
24
FDC_FIREBASE_COMMAND : ${{ github.workspace }}/firebase-tools/node_modules/.bin/firebase
You can’t perform that action at this time.
0 commit comments