File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434env :
3535 FDC_JAVA_VERSION : ${{ inputs.javaVersion || '17' }}
3636 FDC_ANDROID_EMULATOR_API_LEVEL : ${{ inputs.androidEmulatorApiLevel || '34' }}
37- FDC_NODEJS_VERSION : ${{ inputs.nodeJsVersion || '20 ' }}
37+ FDC_NODEJS_VERSION : ${{ inputs.nodeJsVersion || '24 ' }}
3838 FDC_INPUT_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion }}
3939 FDC_FIREBASE_TOOLS_DIR : /tmp/firebase-tools
4040 FDC_FIREBASE_COMMAND : /tmp/firebase-tools/node_modules/.bin/firebase
Original file line number Diff line number Diff line change 2020 - cron : ' 0 11 * * *' # Run nightly at 11am UTC (3am Pacific, 6am Eastern)
2121
2222env :
23- FDC_NODE_VERSION : ${{ inputs.nodeVersion || '20 ' }}
23+ FDC_NODE_VERSION : ${{ inputs.nodeVersion || '24 ' }}
2424 FDC_INPUT_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion }}
2525 FDC_JAVA_VERSION : ${{ inputs.javaVersion || '17' }}
2626 FDC_FIREBASE_TOOLS_DIR : ${{ github.workspace }}/firebase-tools
You can’t perform that action at this time.
0 commit comments