Skip to content

chore(firestore-bigquery-export): bump runtime to Node.js 22 for v1 functions#2727

Draft
cabljac wants to merge 1 commit intonextfrom
v1-firestore-bigquery-export
Draft

chore(firestore-bigquery-export): bump runtime to Node.js 22 for v1 functions#2727
cabljac wants to merge 1 commit intonextfrom
v1-firestore-bigquery-export

Conversation

@cabljac
Copy link
Copy Markdown
Contributor

@cabljac cabljac commented Apr 1, 2026

Bumps the Cloud Functions runtime from nodejs20 to nodejs22 on the v1 functions branch, so users affected by the root wildcard regression (#2396) can continue using v1 triggers on a supported runtime.

…unctions

Bumps the Cloud Functions runtime from nodejs20 to nodejs22 on the v1
functions branch, so users affected by the root wildcard regression
(#2396) can continue using v1 triggers on a supported runtime.
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the firestore-bigquery-export extension to version 0.1.61 and upgrades the Cloud Functions runtime from Node.js 20 to Node.js 22 across multiple resources. Feedback suggests ensuring that the package.json engines and @types/node dependencies are also updated to maintain consistency with the new runtime environment.

then exports the changes into BigQuery.
properties:
runtime: nodejs20
runtime: nodejs22
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

When bumping the runtime to Node.js 22, it is important to maintain consistency in the project metadata. The functions/package.json file (which is not included in this diff) should be updated to include "engines": { "node": "22" } and the @types/node dependency should be updated to ^22.0.0 (currently ^20.4.4). This ensures that the local development environment, type checking, and build process are all aligned with the target production runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant