Skip to content

Commit 642859b

Browse files
authored
dataconnect(ci): upgrade nodejs version in github actions to 24 (was 20) (#8201)
1 parent 04b667c commit 642859b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
env:
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

.github/workflows/dataconnect_demo_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- cron: '0 11 * * *' # Run nightly at 11am UTC (3am Pacific, 6am Eastern)
2121

2222
env:
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

0 commit comments

Comments
 (0)