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 3434 FDC_JAVA_VERSION : ${{ inputs.javaVersion || '17' }}
3535 FDC_ANDROID_EMULATOR_API_LEVEL : ${{ inputs.androidEmulatorApiLevel || '34' }}
3636 FDC_NODEJS_VERSION : ${{ inputs.nodeJsVersion || '20' }}
37- FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.11.1 ' }}
37+ FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.12.0 ' }}
3838 FDC_FIREBASE_TOOLS_DIR : /tmp/firebase-tools
3939 FDC_FIREBASE_COMMAND : /tmp/firebase-tools/node_modules/.bin/firebase
4040 FDC_PYTHON_VERSION : ${{ inputs.pythonVersion || '3.13' }}
Original file line number Diff line number Diff line change 1818
1919env :
2020 FDC_NODE_VERSION : ${{ inputs.nodeVersion || '20' }}
21- FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.11.1 ' }}
21+ FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.12.0 ' }}
2222 FDC_JAVA_VERSION : ${{ inputs.javaVersion || '17' }}
2323 FDC_FIREBASE_TOOLS_DIR : ${{ github.workspace }}/firebase-tools
2424 FDC_FIREBASE_COMMAND : ${{ github.workspace }}/firebase-tools/node_modules/.bin/firebase
You can’t perform that action at this time.
0 commit comments