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 34
34
FDC_JAVA_VERSION : ${{ inputs.javaVersion || '17' }}
35
35
FDC_ANDROID_EMULATOR_API_LEVEL : ${{ inputs.androidEmulatorApiLevel || '34' }}
36
36
FDC_NODEJS_VERSION : ${{ inputs.nodeJsVersion || '20' }}
37
- FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.5 .1' }}
37
+ FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.10 .1' }}
38
38
FDC_FIREBASE_TOOLS_DIR : /tmp/firebase-tools
39
39
FDC_FIREBASE_COMMAND : /tmp/firebase-tools/node_modules/.bin/firebase
40
40
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.5 .1' }}
21
+ FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '14.10 .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