googleapis / nodejs-pubsub

Node.js client for Google Cloud Pub/Sub: Ingest event streams from anywhere, at any scale, for simple, reliable, real-time stream analytics.
https://cloud.google.com/pubsub/
Apache License 2.0
516 stars 227 forks source link

fix: updated google-gax required for TPC #1882

Closed feywind closed 5 months ago

feywind commented 5 months ago

The CI for TPC support worked because it installs dependencies from scratch every time. However, a newer gax is required for the TPC stuff to compile. This is to avoid any surprises for people who incrementally npm install.